Flytectl is designed to be a portable, lightweight, CLI for working with Flyte. It is written in Golang and can access FlyteAdmin
Docs
Docs are generated using Sphinx and are available at flytectl.rtfd.io
Generating docs locally can be accomplished by running make gendocs from within the docs folder
Installation
$ brew tap flyteorg/homebrew-tap
$ brew install flytectl
# Run Core workflows
$ flytectl register files https://github.com/flyteorg/flytesnacks/releases/download/v0.2.89/flytesnacks-core.tgz -d development -p flytesnacks --archive
# You can find all example at flytesnacks release page https://github.com/flyteorg/flytesnacks/releases/tag/v0.2.89