Sha256: 938b5ac8eaa9cdad44e974ba0a01347c3da85708ed1d27103f7614795cbf1586

Contents?: true

Size: 713 Bytes

Versions: 4

Compression:

Stored size: 713 Bytes

Contents

The CloudFormation stack status info. Essentially the events of the CloudFormation stack since the last update. If the CloudFormation stack is currently updating, this will live tail the events logs.

## Example

    $ jets status
    The current status for the stack demo-dev is UPDATE_COMPLETE
    Stack events:
    05:21:42AM UPDATE_IN_PROGRESS AWS::CloudFormation::Stack demo-dev User Initiated
    05:21:45AM CREATE_IN_PROGRESS AWS::CloudFormation::Stack ApiGateway
    ...
    05:23:22AM CREATE_COMPLETE AWS::CloudFormation::Stack JetsPrewarmEvent
    05:23:25AM UPDATE_COMPLETE_CLEANUP_IN_PROGRESS AWS::CloudFormation::Stack demo-dev
    05:23:25AM UPDATE_COMPLETE AWS::CloudFormation::Stack demo-dev
    $

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jets-6.0.5 lib/jets/cli/help/status.md
jets-6.0.4 lib/jets/cli/help/status.md
jets-6.0.3 lib/jets/cli/help/status.md
jets-6.0.2 lib/jets/cli/help/status.md