Sha256: f805898ccd1ec77ea0c990ee994a8eab8af6306bdc1aa1cd9080525cb98c927f

Contents?: true

Size: 764 Bytes

Versions: 50

Compression:

Stored size: 764 Bytes

Contents

This deletes the all the contents in the internal s3 bucket that jets uses and the associated CloudFormation stacks.

## Examples

    $ jets delete
    Deleting project...
    Are you sure you want to want to delete the 'demo-dev' project? (y/N)
    y
    First, deleting objects in s3 bucket demo-dev-s3bucket-89jrrj60c7bj
    Deleting demo-dev...
    05:14:09AM DELETE_IN_PROGRESS AWS::CloudFormation::Stack demo-dev User Initiated
    ...
    05:14:23AM DELETE_IN_PROGRESS AWS::CloudFormation::Stack PostsController
    05:15:31AM DELETE_COMPLETE AWS::S3::Bucket S3Bucket
    Stack demo-dev deleted.
    Time took for deletion: 1m 27s.
    Project demo-dev deleted!
    $

You can bypass the are you sure prompt with the `--yes` flag.

    $ jets delete --yes

Version data entries

50 entries across 50 versions & 2 rubygems

Version Path
jets-4.0.12 lib/jets/commands/help/delete.md
jets-4.0.11 lib/jets/commands/help/delete.md
jets-5.0.13 lib/jets/command/help/delete.md
jets-5.0.12 lib/jets/command/help/delete.md
jets-5.0.11 lib/jets/command/help/delete.md
jets-5.0.10 lib/jets/command/help/delete.md
jets-5.0.9 lib/jets/command/help/delete.md
jets-5.0.8 lib/jets/command/help/delete.md
jets-5.0.7 lib/jets/command/help/delete.md
jets-5.0.6 lib/jets/command/help/delete.md
jets-5.0.5 lib/jets/command/help/delete.md
jets-5.0.4 lib/jets/command/help/delete.md
jets-5.0.3 lib/jets/command/help/delete.md
jets-5.0.2 lib/jets/command/help/delete.md
jets-5.0.1 lib/jets/command/help/delete.md
jets-5.0.0 lib/jets/command/help/delete.md
jets-4.0.10 lib/jets/commands/help/delete.md
jets-5.0.0.beta1 lib/jets/command/help/delete.md
jets-4.0.9 lib/jets/commands/help/delete.md
jets-4.0.8 lib/jets/commands/help/delete.md