Auto Completion

Ufo supports bash auto-completion. To set it up add the following to your ~/.profile or .bashrc:

eval $(ufo completion_script)

Remember to restart your shell or source your profile file.

Auto Completion examples:

ufo [TAB]
ufo ship [TAB]
ufo ship demo-web [TAB]
ufo ship demo-web --[TAB]
ufo ship --[TAB]
ufo docker [TAB]
ufo docker build [TAB]
ufo tasks [TAB]
ufo tasks build [TAB]

Pro tip: Use the <- and -> arrow keys to move back and forward.

Edit this page

See a typo or an error? You can improve this page. This website is available on GitHub and contributions are encouraged and welcomed. We love pull requests from you!