Qarnot CLI
List of the commands
name | description |
---|---|
task | Task commands. |
pool | Pool commands. |
job | Job commands. |
bucket | Bucket commands. |
all | List, abort or delete all the objects (Task, Job, Pool, Bucket) from your profile. |
config | Config the cli options. |
account | Account commands. |
secrets | Secrets commands. |
task create | Create and launch a new task. |
task list | List the running tasks. |
task info | Detail info of the task selected. |
task wait | Wait for the end of the task selected. |
task abort | Terminate the task selected. |
task delete | Delete the task selected. |
task update-resources | Update resources for a running task. |
task update-constant | Update a constant of a running task. |
task snapshot | Trigger a snapshot: Request to upload a version of the running task files into the output bucket. |
task stdout | Get the stdout of the task selected. |
task stderr | Get the stderr of the task selected. |
pool create | Create and launch a new pool. |
pool list | List the running pools. |
pool info | Detail info of the pool selected. |
pool set | [DEPRECATED] Set the pool elastic options. |
pool set-elastic-settings | Set the pool elastic options. |
pool set-scaling | Update the pool's scaling options |
pool delete | Delete the pool selected. |
pool update-resources | Update resources for a running pool |
pool update-constant | Update a constant of a running pool. |
job create | Create and launch a new job. |
job list | list the running jobs. |
job info | Detail info of the job selected. |
job wait | Wait for the end of the job selected. |
job abort | Terminate the job selected. |
job delete | Delete the job selected. |
bucket create | Create a new bucket. |
bucket list | List all your buckets, see your bucket info and files. |
bucket get | Download a new file, folder or string from a bucket. |
bucket set | [DEPRECATED] Upload a new file, folder or string to a bucket |
bucket put | Upload a new file, folder or string to a bucket. |
bucket sync-from | Synchronize your local bucket path from the api. |
bucket sync-to | Synchronize the api bucket from your local folder. |
bucket delete | Delete the selected bucket. |
secrets get | Get the value of a secret |
secrets create | Create a new secret |
secrets update | Update an existing secret |
secrets delete | Delete an existing secret |
secrets list | List secret keys |