-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(notebooks): remove --name from
gradient notebooks start
command (…
…#362) Tested against psdev, created a notebook in the UI, stopped it, ran ```bash 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 ```bash python3 -m gradient notebooks start --help ```
- Loading branch information
1 parent
3a56306
commit c165974
Showing
3 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters