Sha256: cb753642ff27bb306c0d4795144a508068e11f3cf2f485cca4ef4c627ae6679e

Contents?: true

Size: 766 Bytes

Versions: 216

Compression:

Stored size: 766 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 `--sure` flag.

    $ jets delete --sure

Version data entries

216 entries across 216 versions & 3 rubygems

Version Path
jets-2.3.11 lib/jets/commands/help/delete.md
jets-2.3.10 lib/jets/commands/help/delete.md
jets-2.3.9 lib/jets/commands/help/delete.md
jets-2.3.8 lib/jets/commands/help/delete.md
jets-2.3.7 lib/jets/commands/help/delete.md
jets-2.3.6 lib/jets/commands/help/delete.md
jets-2.3.5 lib/jets/commands/help/delete.md
jets-2.3.4 lib/jets/commands/help/delete.md
jets-2.3.3 lib/jets/commands/help/delete.md
jets-2.3.2 lib/jets/commands/help/delete.md
jets-2.3.1 lib/jets/commands/help/delete.md
jets-2.3.0 lib/jets/commands/help/delete.md
jets-2.2.5 lib/jets/commands/help/delete.md
jets-2.2.4 lib/jets/commands/help/delete.md
jets-2.2.3 lib/jets/commands/help/delete.md
jets-2.2.2 lib/jets/commands/help/delete.md
jets-2.2.1 lib/jets/commands/help/delete.md
jets-2.2.0 lib/jets/commands/help/delete.md
jets-2.1.7 lib/jets/commands/help/delete.md
jets-2.1.6 lib/jets/commands/help/delete.md