Skip to content
forked from flyteorg/flytectl

A cross platform CLI for Flyte. Written in Golang. Offers an intuitive interface to Flyte https://flytectl.readthedocs.io/en/latest/

License

Notifications You must be signed in to change notification settings

vglocus/flytectl

 
 

Repository files navigation

flytectl

Docs Current Release Master GoDoc License CodeCoverage Go Report Card Commit activity Commit since last release

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

Install flytectl with homebrew tap

$ brew install flyteorg/homebrew-tap/flytectl

# Upgrade flytectl 
$ brew upgrade flytectl

Install flytectl with shell script

$ curl -s https://raw.githubusercontent.com/lyft/flytectl/master/install.sh | bash

Get Started

Create a sandbox cluster

$ flytectl sandbox start 

Register flytesnacks example

# Run Core workflows 
$ flytectl register examples -d development -p flytesnacks

Contributing

Contribution guidelines for this project

About

A cross platform CLI for Flyte. Written in Golang. Offers an intuitive interface to Flyte https://flytectl.readthedocs.io/en/latest/

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.9%
  • Shell 2.6%
  • Makefile 0.5%