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

Commit

Permalink
Added docs and linked missing docs
Browse files Browse the repository at this point in the history
Signed-off-by: Prafulla Mahindrakar <[email protected]>
  • Loading branch information
pmahindrakar-oss committed May 17, 2022
1 parent df3c00f commit 430e87a
Show file tree
Hide file tree
Showing 62 changed files with 82 additions and 1 deletion.
4 changes: 4 additions & 0 deletions cmd/completion.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ var completionCmd = &cobra.Command{
To load completions for each session:
- Linux
::
$ flytectl completion bash > /etc/bash_completion.d/flytectl
- macOS
::
$ flytectl completion bash > /usr/local/etc/bash_completion.d/flytectl
Expand All @@ -61,6 +63,7 @@ var completionCmd = &cobra.Command{
Start a new shell for this setup to take effect.
- fish
::
$ flytectl completion fish | source
Expand All @@ -72,6 +75,7 @@ var completionCmd = &cobra.Command{
$ flytectl completion fish > ~/.config/fish/completions/flytectl.fish
- PowerShell
::
PS> flytectl completion powershell | Out-String | Invoke-Expression
Expand Down
6 changes: 6 additions & 0 deletions cmd/register/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,12 @@ Override Destination dir of source code in container during registration:
::
flytectl register file _pb_output/* -d development -p flytesnacks --continueOnError --version v2 --destinationDirectory "/root"
Enable schedule for the launchplans part of the serialized protobuf files:
::
flytectl register file _pb_output/* -d development -p flytesnacks --version v2 --enableSchedule
Usage
`
Expand Down
1 change: 1 addition & 0 deletions docs/source/config.rst

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

1 change: 1 addition & 0 deletions docs/source/execution.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl.rst

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

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

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_config.rst

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

1 change: 1 addition & 0 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.

1 change: 1 addition & 0 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.

2 changes: 1 addition & 1 deletion docs/source/gen/flytectl_config_init.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_config_validate.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_create.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_create_execution.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_create_project.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_delete.rst

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

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

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

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_delete_execution.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_delete_plugin-override.rst

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

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

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_demo.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_demo_exec.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_demo_start.rst

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

1 change: 1 addition & 0 deletions docs/source/gen/flytectl_demo_status.rst

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

Loading

0 comments on commit 430e87a

Please sign in to comment.