v0.3.4
All commands for primehub
$ primehub
Usage:
primehub <command>
Available Commands:
apps Manage PrimeHub Applications
apptemplates Get PhAppTemplates
config Update the settings of PrimeHub SDK
datasets Get a dataset or list datasets
deployments Get a deployment or list deployments
files List and download shared files
groups Get a group or list groups
images Get a image or list images
info Display the user information and the selected group information
instancetypes Get an instance types of list instance types
jobs Get a job or list jobs
me Show user account
notebooks Get notebooks logs
schedules Get a schedule or list schedules
version Display the version of PrimeHub Python SDK
Options:
-h, --help Show the help
Global Options:
--config CONFIG Change the path of the config file (Default: ~/.primehub/config.json)
--endpoint ENDPOINT Override the GraphQL API endpoint
--token TOKEN Override the API Token
--group GROUP Override the current group
--json Output the json format (output human-friendly format by default)
PhApp features
New features to work with PhAppTemplate and PhApp functions.
- primehub apps
- primehub apptemplates
Administration feature
$ primehub admin
Usage:
primehub admin <command>
Available Commands:
datasets Manage datasets
Options:
-h, --help Show the help
Global Options:
--config CONFIG Change the path of the config file (Default: ~/.primehub/config.json)
--endpoint ENDPOINT Override the GraphQL API endpoint
--token TOKEN Override the API Token
--group GROUP Override the current group
--json Output the json format (output human-friendly format by default)
The datasets
is the first command group in our admin
group. You could manage datasets with PrimeHub CLI and SDK.
Please see documents