Skip to content

Commit

Permalink
Update documentation (flyteorg#239)
Browse files Browse the repository at this point in the history
* Update documentation

Signed-off-by: Flyte-Bot <admin@flyte.org>

* update

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

* make gendocs

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

Co-authored-by: evalsocket <evalsocket@users.noreply.github.com>
Co-authored-by: Samhita Alla <aallasamhita@gmail.com>
  • Loading branch information
3 people authored and austin362667 committed May 7, 2024
1 parent 54d3579 commit 9830b37
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 32 deletions.
3 changes: 2 additions & 1 deletion flytectl/cmd/get/execution.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ Retrieve executions as per the specified limit and sorting parameters:
flytectl get execution -p flytesnacks -d development --filter.sortBy=created_at --filter.limit=1 --filter.asc
Retrieves all the executions on other pages.
Retrieve executions present in other pages by specifying the limit and page number:
::
flytectl get -p flytesnacks -d development execution --filter.limit=10 --filter.page=2
Expand Down
2 changes: 1 addition & 1 deletion flytectl/cmd/get/launch_plan.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Retrieve all the launch plans with limit and sorting:
flytectl get launchplan -p flytesnacks -d development --filter.sortBy=created_at --filter.limit=1 --filter.asc
Retrieves all the launch plans on other pages.
Retrieve launch plans present in other pages by specifying the limit and page number:
::
flytectl get -p flytesnacks -d development launchplan --filter.limit=10 --filter.page=2
Expand Down
2 changes: 1 addition & 1 deletion flytectl/cmd/get/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Retrieve all the projects with limit and sorting:
flytectl get project --filter.sortBy=created_at --filter.limit=1 --filter.asc
Retrieves all the projects on other pages.
Retrieve projects present in other pages by specifying the limit and page number:
::
flytectl get project --filter.limit=10 --filter.page=2
Expand Down
2 changes: 1 addition & 1 deletion flytectl/cmd/get/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Retrieve all the tasks with limit and sorting:
flytectl get -p flytesnacks -d development task --filter.sortBy=created_at --filter.limit=1 --filter.asc
Retrieves all the task on other pages.
Retrieve tasks present in other pages by specifying the limit and page number:
::
flytectl get -p flytesnacks -d development task --filter.limit=10 --filter.page=2
Expand Down
2 changes: 1 addition & 1 deletion flytectl/cmd/get/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Retrieve all the workflows with limit and sorting:
flytectl get -p flytesnacks -d development workflow --filter.sortBy=created_at --filter.limit=1 --filter.asc
Retrieves all the workflows on other pages.
Retrieve workflows present in other pages by specifying the limit and page number:
::
flytectl get -p flytesnacks -d development workflow --filter.limit=10 --filter.page 2
Expand Down
16 changes: 11 additions & 5 deletions flytectl/docs/source/gen/flytectl_get_execution.rst

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

19 changes: 12 additions & 7 deletions flytectl/docs/source/gen/flytectl_get_launchplan.rst

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

12 changes: 9 additions & 3 deletions flytectl/docs/source/gen/flytectl_get_project.rst

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

20 changes: 13 additions & 7 deletions flytectl/docs/source/gen/flytectl_get_task.rst

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

16 changes: 11 additions & 5 deletions flytectl/docs/source/gen/flytectl_get_workflow.rst

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

0 comments on commit 9830b37

Please sign in to comment.