You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Depending on what you typed on the command line so far, it will complete
27
+
28
+
- available fig commands
29
+
- options that are available for a particular command
30
+
- service names that make sense in a given context (e.g. services with running or stopped instances or services based on images vs. services based on Dockerfiles). For `fig scale`, completed service names will automatically have "=" appended.
31
+
- arguments for selected options, e.g. `fig kill -s` will complete some signals like SIGHUP and SIGUSR1.
32
+
33
+
Enjoy working with fig faster and with less typos!
Optionally, install [command completion](completion.html) for the bash shell.
24
+
23
25
Releases are available for OS X and 64-bit Linux. Fig is also available as a Python package if you're on another platform (or if you prefer that sort of thing):
0 commit comments