Skip to content

bjtitus/shipyard-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Shipyard CLI

CLI client for Shipyard

Note: This is under active development and is currently very limited in functionality.

Building

  • make

Usage

When you first run (and any time you want to change endpoints) you will need to log in to shipyard as follows:

./shipyard login Enter: URL Username Password API Version

Once you run as above, Shipyard will cache the credentials in $HOME/.shipyard.cfg. You can then run the Shipyard CLI without passing creds each time.

Show Help

./shipyard -h

Show Applications

./shipyard show-applications

Show Application Details

./shipyard show-applications --name <app-name>

Show Containers

./shipyard show-containers

Show Container Details

./shipyard show-applications --id <container-id>

Show Hosts

./shipyard show-hosts

Show Host Details

./shipyard show-hosts --name <short-name-of-host>

About

Shipyard CLI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages