Skip to content

Commit

Permalink
use interaction session creation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
reubenmiller committed Nov 4, 2024
1 parent 9ad9b9a commit 07dd66f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/go-c8y-cli/docs/getting-started-shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 07dd66f

Please sign in to comment.