Skip to content

odvarkadaniel/ccb-operator-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccboc

CLI tool for ccb-operator

NAME:
   ccboc - CLI tool for integrating with the active calculations by communicating with the API server (see https://github.com/vega-project/ccb-operator/tree/master/cmd/apiserver)

USAGE:
   
  ccboc --teff=10000 --logG=4.0 create (Creates a calculation with teff=10000 and LogG=4.0)
  ccboc get calculation calc-1881i9dh5zvnllip (Gets the calculation with id 'calc-1881i9dh5zvnllip')
  ccboc get calculations [Get all active calculations] 
      

COMMANDS:
   create, c  Creates a calculation using the values from --teff and --logG flags
   get, g     Usage: `get calculation CALCID`, or `get calculations` to get all active calculations
   login, l   Login to api server using the provided url and token. Also it generates the configuration file (default path is $HOME/.config/ccbo/config)
   help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --logG value             specifies the logG value when creating a calculation. (default: 0)
   --teff value             specifies the teff value when creating a calculation. (default: 0)
   --token value, -t value  Token for authenticating to the API server.
   --url value, -u value    URL of the API server.
   --help, -h               show help (default: false)

About

CLI tool for ccb-operator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%