zeet-dev / cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeet CLI

The doctl mascot.

Usage

For detailed docs, check out the CLI Docs

Zeet CLI

Usage:
  zeet [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  config:set  Add or modify a CLI config variable
  deploy      Deploy a project
  env:get     Retrieve an environment variable for a project
  env:set     Add or modify an environment variable for a project
  help        Help about any command
  job:run     Executes a command on a project, in a new instance
  login       Login to Zeet. You'll be prompted for a token (from https://zeet.co/account/api) if it's not passed via --token.
  logs        Logs the output for a given project
  restart     Restart a project
  status      Gets the status for a given project

Flags:
  -c, --config string   Config file (default "/Users/h/Library/Application Support/zeet/config.yaml")
  -h, --help            help for zeet

Use "zeet [command] --help" for more information about a command.

Installing

MacOS

Using Homebrew:

brew install zeet-dev/tap/zeet

Other operating systems

Download the latest release from the Releases page.

Authenticating

Create an API key by going to https://zeet.co/account/api, or to Dashboard > Team Settings > API Keys > New API Key.

Then, run zeet login and paste your key.

About

License:MIT License


Languages

Language:Go 99.0%Language:Makefile 1.0%Language:Dockerfile 0.0%