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

Add deregister and revisions command #336

Merged
merged 10 commits into from
Oct 15, 2021
Merged

Add deregister and revisions command #336

merged 10 commits into from
Oct 15, 2021

Conversation

fujiwara
Copy link
Contributor

@fujiwara fujiwara commented Sep 24, 2021

Add deregister command to deregister task definitions.
Add revisions command to list / describe task definition revisions.

usage: ecspresso deregister [<flags>]

deregister task definition

Flags:
  --help                    Show context-sensitive help (also try --help-long and
                            --help-man).
  --config="ecspresso.yml"  config file
  --debug                   enable debug log
  --envfile=ENVFILE ...     environment files
  --color                   enable colored output
  --dry-run                 dry-run
  --revision=REVISION       revision
  --keeps=KEEPS             numbers of keep latest revisions except in-use
  --force                   deregister without confirmation
usage: ecspresso revisions [<flags>]

show revisions of task definitions

Flags:
  --help                    Show context-sensitive help (also try --help-long and
                            --help-man).
  --config="ecspresso.yml"  config file
  --debug                   enable debug log
  --envfile=ENVFILE ...     environment files
  --color                   enable colored output
  --output=table            output format (table|json|tsv)
  --revision=REVISION       revision number to output task definition as JSON

@fujiwara fujiwara changed the title Add deregister command Add deregister and revisions command Oct 8, 2021
@fujiwara fujiwara marked this pull request as ready for review October 8, 2021 15:42
@fujiwara fujiwara merged commit 0b68b2b into v1 Oct 15, 2021
@fujiwara fujiwara deleted the deregister branch October 15, 2021 17:55
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.

None yet

1 participant