File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
cmd/scloud/cmd/scloud/version Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
scloud login -—use-pkce
27
27
- To login using refresh-flow (once logged in via one of the above flows)
28
28
scloud login -—use-refresh-token
29
- * Added required flag ` tenant ` to the context set command
29
+ * BREAKING change: Added required flag ` tenant ` to the context set command
30
30
- To set a context
31
31
scloud context set --key access_token --value <token > --tenant <tenantName >
32
32
* Added support to list contexts
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package version
2
2
3
3
// Version the released version of the SDK
4
4
5
- const ScloudVersion = "7.2 .0-beta.1"
5
+ const ScloudVersion = "8.0 .0-beta.1"
6
6
7
7
// UserAgent Scloud Client Identifier
8
8
const UserAgent = "scloud"
You can’t perform that action at this time.
0 commit comments