File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,21 @@ available in the GitHub repository.
140
140
because you set EC_DOMAIN_REPO incorrectly in environment.sh. Check it
141
141
and source it again to pick up any changes.
142
142
143
+ .. hint ::
144
+
145
+ ec supports command line completion, which means that entering ``<tab> <tab> `` will give hints on the command line:
146
+
147
+ .. code-block :: bash
148
+
149
+ $ ec ioc < tab> < tab>
150
+ attach deploy exec list logs start template
151
+ delete deploy-local instances log-history restart stop validate
152
+ $ ec ioc instances < tab> < tab>
153
+ $ ec ioc instances bl01t-ea-ioc-0 < tab> < tab>
154
+ bl01t-ea-ioc-01 bl01t-ea-ioc-02
155
+
156
+ To enable this behavior in your shell run the command ``ec --install-completion ``
157
+
143
158
Now that we know the latest version number we can deploy a release version.
144
159
This command will extract the IOC instance using the tag from GitHub and deploy
145
160
it to your local machine:
You can’t perform that action at this time.
0 commit comments