@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-auth
1919$ csdx COMMAND
2020running command...
2121$ csdx (-v| --version| version)
22- @contentstack/cli-auth/0.0.1 darwin-x64 node-v10.19.0
22+ @contentstack/cli-auth/0.0.2 darwin-x64 node-v10.19.0
2323$ csdx --help [COMMAND]
2424USAGE
2525 $ csdx COMMAND
@@ -50,7 +50,7 @@ ALIASES
5050 $ csdx login
5151```
5252
53- _ See code: [ src/commands/auth/login.js] ( https://github.com/contentstack/cli/blob/v0.0.1 /src/commands/auth/login.js ) _
53+ _ See code: [ src/commands/auth/login.js] ( https://github.com/contentstack/cli/blob/v0.0.2 /src/commands/auth/login.js ) _
5454
5555## ` csdx auth:logout `
5656
@@ -67,11 +67,11 @@ ALIASES
6767 $ csdx logout
6868```
6969
70- _ See code: [ src/commands/auth/logout.js] ( https://github.com/contentstack/cli/blob/v0.0.1 /src/commands/auth/logout.js ) _
70+ _ See code: [ src/commands/auth/logout.js] ( https://github.com/contentstack/cli/blob/v0.0.2 /src/commands/auth/logout.js ) _
7171
7272## ` csdx auth:tokens `
7373
74- Use to list all existing management tokens
74+ Lists all existing tokens added to the session
7575
7676```
7777USAGE
@@ -91,11 +91,11 @@ ALIASES
9191 $ csdx tokens
9292```
9393
94- _ See code: [ src/commands/auth/tokens/index.js] ( https://github.com/contentstack/cli/blob/v0.0.1 /src/commands/auth/tokens/index.js ) _
94+ _ See code: [ src/commands/auth/tokens/index.js] ( https://github.com/contentstack/cli/blob/v0.0.2 /src/commands/auth/tokens/index.js ) _
9595
9696## ` csdx auth:tokens:add `
9797
98- Adds management/delivery tokens to your session to use it with further Contentstack/ CLI command
98+ Adds management/delivery tokens to your session to use it with further CLI command
9999
100100```
101101USAGE
@@ -119,7 +119,7 @@ ALIASES
119119 $ csdx tokens:add
120120```
121121
122- _ See code: [ src/commands/auth/tokens/add.js] ( https://github.com/contentstack/cli/blob/v0.0.1 /src/commands/auth/tokens/add.js ) _
122+ _ See code: [ src/commands/auth/tokens/add.js] ( https://github.com/contentstack/cli/blob/v0.0.2 /src/commands/auth/tokens/add.js ) _
123123
124124## ` csdx auth:tokens:remove `
125125
@@ -139,7 +139,7 @@ ALIASES
139139 $ csdx tokens:remove
140140```
141141
142- _ See code: [ src/commands/auth/tokens/remove.js] ( https://github.com/contentstack/cli/blob/v0.0.1 /src/commands/auth/tokens/remove.js ) _
142+ _ See code: [ src/commands/auth/tokens/remove.js] ( https://github.com/contentstack/cli/blob/v0.0.2 /src/commands/auth/tokens/remove.js ) _
143143
144144## ` csdx auth:whoami `
145145
@@ -153,5 +153,5 @@ ALIASES
153153 $ csdx whoami
154154```
155155
156- _ See code: [ src/commands/auth/whoami.js] ( https://github.com/contentstack/cli/blob/v0.0.1 /src/commands/auth/whoami.js ) _
156+ _ See code: [ src/commands/auth/whoami.js] ( https://github.com/contentstack/cli/blob/v0.0.2 /src/commands/auth/whoami.js ) _
157157<!-- commandsstop -->
0 commit comments