Paperspace / gradient-cli

The command line interface for Gradient - https://gradient.paperspace.com
ISC License
66 stars 22 forks source link

fix(notebooks): remove --name from `gradient notebooks start` command #362

Closed cwetherill-ps closed 3 years ago

cwetherill-ps commented 3 years ago

Tested against psdev, created a notebook in the UI, stopped it, ran

python3 -m gradient notebooks start \
  --clusterId <cluster ID> \
  --machineType psdev-worker
  --notebookId <notebook ID>

and saw the notebook successfully restart. Verified that --name was no longer a valid CLI param for the command with

python3 -m gradient notebooks start --help
PSBOT commented 3 years ago

:tada: This PR is included in version 1.7.5 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: