Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Add commands to fetch active and archived launchplans
Browse files Browse the repository at this point in the history
  • Loading branch information
SmritiSatyanV committed Jun 20, 2022
1 parent 0cbf036 commit d394671
Show file tree
Hide file tree
Showing 60 changed files with 299 additions and 174 deletions.
10 changes: 10 additions & 0 deletions cmd/get/launch_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ Retrieve all the launch plans with filters:
flytectl get launchplan -p flytesnacks -d development --filter.fieldSelector="name=core.basic.lp.go_greet"
Retrieve all active launch plans with filters:
::
flytectl get launchplan -p flytesnacks -d development -o yaml --filter.fieldSelector "state=1"
Retrieve all archived launch plans with filters:
::
flytectl get launchplan -p flytesnacks -d development -o yaml --filter.fieldSelector "state=0"
Retrieve launch plans entity search across all versions with filters:
::
Expand Down
7 changes: 4 additions & 3 deletions docs/source/gen/flytectl.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 104 additions & 0 deletions docs/source/gen/flytectl_compile.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/source/gen/flytectl_completion.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/source/gen/flytectl_config.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/source/gen/flytectl_config_discover.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/source/gen/flytectl_config_docs.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d394671

Please sign in to comment.