From 07dd66f52b9b620c540f59801af179ff051aa8d4 Mon Sep 17 00:00:00 2001 From: reubenmiller Date: Mon, 4 Nov 2024 23:47:31 +0100 Subject: [PATCH] use interaction session creation by default --- docs/go-c8y-cli/docs/getting-started-shell.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/go-c8y-cli/docs/getting-started-shell.md b/docs/go-c8y-cli/docs/getting-started-shell.md index d593f90c2..5aa7a5ad0 100644 --- a/docs/go-c8y-cli/docs/getting-started-shell.md +++ b/docs/go-c8y-cli/docs/getting-started-shell.md @@ -27,15 +27,12 @@ If you are using a local Cumulocity IoT user, it recommended that you use TFA (T ```bash -c8y sessions create \ - --host "https://mytenant.eu-latest.cumulocity.com" \ - --username "myUser@me.com" \ - --type dev +c8y sessions create --type dev ``` -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.