Sha256: 6b324c9abbcbb5d3f83ebc8166d60b832047188d30e40310332f17405c6d8a54
Contents?: true
Size: 703 Bytes
Versions: 17
Compression:
Stored size: 703 Bytes
Contents
--- title: 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] ``` <a id="prev" class="btn btn-basic" href="{% link _docs/automated-cleanup.md %}">Back</a> <a id="next" class="btn btn-primary" href="{% link articles.md %}">Next Step</a> <p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>
Version data entries
17 entries across 17 versions & 1 rubygems