We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d98461 commit 49c14bfCopy full SHA for 49c14bf
docs/user_guide/set_up_edge_infra/orch_cli/orch_cli_guide.rst
@@ -101,6 +101,16 @@ There is two login methods available:
101
102
./orch-cli login <USER> <PASSWORD>
103
104
+Autocompletion
105
+^^^^^^^^^^^^^^^
106
+
107
+The orch-cli supports autocompletion for the CLI commands. To enable autocompletion in bash shell create the completion file and reload the terminal:
108
109
+ .. code-block:: bash
110
111
+ ./orch-cli completion bash | sudo tee /etc/bash_completion.d/orch-cli
112
+ source ~/.bashrc
113
114
Running commands
115
^^^^^^^^^^^^^^^^
116
0 commit comments