Skip to content

Commit 0beca57

Browse files
authored
Update README.MD
1 parent 13a1159 commit 0beca57

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

astra-shell/README.MD

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,19 @@ astra config create dev -t <token_of_org_2>
106106
astra config list
107107
```
108108

109-
- But nothing change your are still on default
109+
- But nothing changed, your organization is still selected as `default`
110110

111111
```
112112
astra user list
113113
```
114114

115+
- You can use any organization anytime with `--config <onfig_name>` or `-t <token>`
116+
117+
```
118+
astra user list --config dev
119+
```
120+
121+
115122
#### ✅ Step 2.3 - Change default configuration
116123

117124
You can change the default org at any time with the following command:
@@ -136,13 +143,13 @@ astra user list
136143
- Back to original org (change with your email)
137144

138145
```
139-
astra config default [email protected] && astra config list
146+
astra config default <your_email>
140147
```
141148

142-
- You can use any organization without switching default configuration with `--config` or `-t`
143-
149+
- Check the modification
150+
-
144151
```
145-
astra user list --config dev
152+
astra config list
146153
```
147154

148155
#### ✅ Step 2.4 = Delete configuration

0 commit comments

Comments
 (0)