lono completion

Usage

lono completion *PARAMS

Description

Prints words for auto-completion.

Example

lono completion

Prints words for TAB auto-completion.

Examples

lono completion
lono completion cfn
lono completion cfn deploy

To enable, TAB auto-completion add the following to your profile:

eval $(lono completion_script)

Auto-completion example usage:

lono [TAB]
lono cfn [TAB]
lono cfn deploy [TAB]
lono cfn deploy --[TAB]

Options

-f, [--force]                    # Overwrite files that already exist
-p, [--pretend], [--no-pretend]  # Run but do not make any changes
-q, [--quiet], [--no-quiet]      # Suppress status output
-s, [--skip], [--no-skip]        # Skip files that already exist

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!