Categorygithub.com/bmorton/deployctl
modulepackage
0.2.0-dev
Repository: https://github.com/bmorton/deployctl.git
Documentation: pkg.go.dev

# README

deployctl

deployctl is the command line client for Deployster.

$ deployctl help
NAME:
   deployctl - A simple command line client for deployster.

USAGE:
   deployctl [global options] command [command options] [arguments...]

VERSION:
   v0.2.0-dev

AUTHOR:
  Brian Morton - <[email protected]>

COMMANDS:
   deploy, d    Deploys a given service and version to the cluster
   run, r       Runs a task for a given service and version
   destroy, x   Destroys all instances of a given service and version running on the cluster
   list, l      Lists all instances of a given service running on the cluster
   help, h      Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --url "http://localhost:3000"    a URL to the deployster instance [$DEPLOYSTER_URL]
   --username "deployster"          username for authenticating to deployster [$DEPLOYSTER_USERNAME]
   --password                       password for authenticating to deployster [$DEPLOYSTER_PASSWORD]
   --ca-cert                        path of CA certificate to use for connecting via SSL [$DEPLOYSTER_CA_CERT]
   --help, -h                       show help
   --version, -v                    print the version

License

Code and documentation copyright 2015 Brian Morton. Code released under the MIT license.

# Packages

No description provided by the author
No description provided by the author