Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't duplicate enum params #632

Merged
merged 1 commit into from
Feb 6, 2014
Merged

Don't duplicate enum params #632

merged 1 commit into from
Feb 6, 2014

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Feb 5, 2014

The new docs look like:

  OPTIONS
         --stack-status-filter (list)
            Stack status to use as a filter. Specify one or  more  stack  status
            codes  to  list  only  stacks with the specified status codes. For a
            complete list of stack status codes, see the  StackStatus  parameter
            of the  Stack data type.

         Syntax:

            "string" "string" ...

            Where valid values are:
              CREATE_IN_PROGRESS
              CREATE_FAILED
              CREATE_COMPLETE
              ROLLBACK_IN_PROGRESS
              ROLLBACK_FAILED
              ROLLBACK_COMPLETE
              DELETE_IN_PROGRESS
              DELETE_FAILED
              DELETE_COMPLETE
              UPDATE_IN_PROGRESS
              UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
              UPDATE_COMPLETE
              UPDATE_ROLLBACK_IN_PROGRESS
              UPDATE_ROLLBACK_FAILED
              UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
              UPDATE_ROLLBACK_COMPLETE

Fixes #609.

The new docs look like:

  OPTIONS
         --stack-status-filter (list)
            Stack status to use as a filter. Specify one or  more  stack  status
            codes  to  list  only  stacks with the specified status codes. For a
            complete list of stack status codes, see the  StackStatus  parameter
            of the  Stack data type.

         Syntax:

            "string" "string" ...

            Where valid values are:
              CREATE_IN_PROGRESS
              CREATE_FAILED
              CREATE_COMPLETE
              ROLLBACK_IN_PROGRESS
              ROLLBACK_FAILED
              ROLLBACK_COMPLETE
              DELETE_IN_PROGRESS
              DELETE_FAILED
              DELETE_COMPLETE
              UPDATE_IN_PROGRESS
              UPDATE_COMPLETE_CLEANUP_IN_PROGRESS
              UPDATE_COMPLETE
              UPDATE_ROLLBACK_IN_PROGRESS
              UPDATE_ROLLBACK_FAILED
              UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS
              UPDATE_ROLLBACK_COMPLETE

Fixes aws#609.
@jamesls jamesls merged commit 52097f9 into aws:develop Feb 6, 2014
@jamesls jamesls deleted the enum-doc-fix branch June 23, 2014 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Docs for list of enum params needs to be improved
1 participant