-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use interaction session creation by default
- Loading branch information
1 parent
9ad9b9a
commit 07dd66f
Showing
1 changed file
with
2 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,15 +27,12 @@ If you are using a local Cumulocity IoT user, it recommended that you use TFA (T | |
<CodeExample> | ||
|
||
```bash | ||
c8y sessions create \ | ||
--host "https://mytenant.eu-latest.cumulocity.com" \ | ||
--username "[email protected]" \ | ||
--type dev | ||
c8y sessions create --type dev | ||
``` | ||
|
||
</CodeExample> | ||
|
||
You will be prompted for your password. Alternatively you can also enter the password using the `password` parameter. | ||
You will be prompted the session information including url, username and password. Alternatively, you can provide any of the parameters via flags. | ||
|
||
You may also provide a more meaningful session name by using the `name` parameter. | ||
|
||
|