Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.54 KB

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

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

Contributing

Contribution guidelines for this project