Sha256: 30ee183e8a1635be7363f005155cd3f26c0931c82312d1e99a28ac280d32ee13

Contents?: true

Size: 344 Bytes

Versions: 6

Compression:

Stored size: 344 Bytes

Contents

## Examples

    $ lono down demo
    Are you sure you want to delete the demo-dev stack? (y/N)
    y
    Deleted demo-dev stack.
    $

Lono prompts you with an "Are you sure?" message before the stack gets deleted.  If you would like to bypass the prompt, you can use the `-y` flag.

    $ lono down demo -y
    Deleted demo-dev stack.
    $

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc6 lib/lono/cli/help/down.md
lono-8.0.0.pre.rc5 lib/lono/cli/help/down.md
lono-8.0.0.pre.rc4 lib/lono/cli/help/down.md
lono-8.0.0.pre.rc3 lib/lono/cli/help/down.md
lono-8.0.0.pre.rc2 lib/lono/cli/help/down.md
lono-8.0.0.pre.rc1 lib/lono/cli/help/down.md