flytectl

flyetcl CLI tool

Synopsis

flytectl is CLI tool written in go to interact with flyteadmin service

Options

-c, --config string    config file (default is $HOME/.flyte/config.yaml)
-d, --domain string    Specifies the Flyte project's domain.
-h, --help             help for flytectl
-o, --output string    Specifies the output type - supported formats [TABLE JSON YAML DOT DOTURL]. NOTE: dot, doturl are only supported for Workflow (default "TABLE")
-p, --project string   Specifies the Flyte project.

SEE ALSO

  • flytectl completion - Generate completion script

  • flytectl config - Runs various config commands, look at the help of this command to get a list of available commands..

  • flytectl create - Used for creating various flyte resources including tasks/workflows/launchplans/executions/project.

  • flytectl delete - Used for terminating/deleting various flyte resources including tasks/workflows/launchplans/executions/project.

  • flytectl get - Used for fetching various flyte resources including tasks/workflows/launchplans/executions/project.

  • flytectl register - Registers tasks/workflows/launchplans from list of generated serialized files.

  • flytectl sandbox - Used for testing flyte sandbox.

  • flytectl update - Used for updating flyte resources eg: project.

  • flytectl version - Used for fetching flyte version