Skip to content

Commit e72444f

Browse files
committed
Release 0.2.2
1 parent 3e68dee commit e72444f

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gradient CLI
44
=================
55

6-
Release 0.2.2a3
6+
Release 0.2.2
77

88
See [releasenotes.md](https://github.com/Paperspace/gradient-cli/blob/master/releasenotes.md) for details on the current release, as well as release history.
99

gradient/cli/experiments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def common_experiments_create_options(f):
4646
click.option(
4747
"--workspace",
4848
"workspace",
49-
help="Path to workspace directory",
49+
help="Path to workspace directory, archive, S3 or git repository",
5050
),
5151
click.option(
5252
"--workspaceArchive",

gradient/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.2.2a3"
1+
version = "0.2.2"

releasenotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Gradient by Paperspace Release Notes
22

3+
# Release Notes for 0.2.2
4+
##### Note: this list includes all changes made in alpha releases since 0.2.1
5+
### New features
6+
* deprecated `--workspaceArchive` and `--workspaceUrl` for `experiments create/run`, `run` and `jobs create` commands
7+
* single `--workspace` option for defining git, S3 and local workspaces
8+
* experimental wizard for creating projects
9+
* add looking for new client version
10+
* added `projects create` command
11+
* added spinner for some long running commands
12+
### Fixes
13+
* fix autocomplete executing prompt for password when double-tab on gradient apiKey
14+
315
# Release Notes for 0.2.2a3
416
### New features
517
* deprecated `--workspaceArchive` and `--workspaceUrl` for `experiments create/run`, `run` and `jobs create` commands

0 commit comments

Comments
 (0)