File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -106,12 +106,19 @@ astra config create dev -t <token_of_org_2>
106
106
astra config list
107
107
```
108
108
109
- - But nothing change your are still on default
109
+ - But nothing changed, your organization is still selected as ` default `
110
110
111
111
```
112
112
astra user list
113
113
```
114
114
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
+
115
122
#### ✅ Step 2.3 - Change default configuration
116
123
117
124
You can change the default org at any time with the following command:
@@ -136,13 +143,13 @@ astra user list
136
143
- Back to original org (change with your email)
137
144
138
145
```
139
- astra config default [email protected] && astra config list
146
+ astra config default <your_email>
140
147
```
141
148
142
- - You can use any organization without switching default configuration with ` --config ` or ` -t `
143
-
149
+ - Check the modification
150
+ -
144
151
```
145
- astra user list -- config dev
152
+ astra config list
146
153
```
147
154
148
155
#### ✅ Step 2.4 = Delete configuration
You can’t perform that action at this time.
0 commit comments