mongocli 完了
このバージョンのドキュメントはアーカイブされており、サポートされなくなりました。 MongoCLI のバージョンをアップグレードする 方法については、 現在のドキュメント を表示してください。
Generate shell completion scripts
Generate shell completion scripts for MongoDB CLI commands. The output of this command will be computer code and is meant to be saved to a file or immediately evaluated by an interactive shell.
When installing MongoDB CLI through brew, it's possible that no additional shell configuration is necessary, see https://docs.brew.sh/Shell-Completion.
構文
mongocli completion <bash|zsh|fish|powershell> [options]
オプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-h, --help | false | 完了用のヘルプ |
継承されたオプション
名前 | タイプ | 必須 | 説明 |
---|---|---|---|
-P, --profile | string | false | 構成ファイルから使用する プロファイル。 |
29 -Jun- 2021にMongoDB CLIによって自動生成