@enjoys/context-engine 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/commands/adb.json +322 -0
- package/data/commands/alembic.json +301 -0
- package/data/commands/artisan.json +277 -0
- package/data/commands/atlas.json +426 -0
- package/data/commands/auth0.json +648 -0
- package/data/commands/bat.json +84 -0
- package/data/commands/btop.json +59 -0
- package/data/commands/bundle.json +321 -0
- package/data/commands/composer.json +507 -0
- package/data/commands/dart.json +216 -0
- package/data/commands/dbmate.json +257 -0
- package/data/commands/docker-compose.json +384 -0
- package/data/commands/drizzle-kit.json +217 -0
- package/data/commands/expo.json +65 -0
- package/data/commands/fastlane.json +243 -0
- package/data/commands/fd.json +86 -0
- package/data/commands/flutter.json +298 -0
- package/data/commands/flyway.json +261 -0
- package/data/commands/fzf.json +103 -0
- package/data/commands/gem.json +267 -0
- package/data/commands/htop.json +56 -0
- package/data/commands/jq.json +100 -0
- package/data/commands/k9s.json +62 -0
- package/data/commands/linux.json +3007 -0
- package/data/commands/liquibase.json +399 -0
- package/data/commands/manifest.json +619 -0
- package/data/commands/minikube.json +60 -0
- package/data/commands/ng.json +64 -0
- package/data/commands/nuxt.json +60 -0
- package/data/commands/nvim.json +91 -0
- package/data/commands/php.json +157 -0
- package/data/commands/pm2.json +259 -0
- package/data/commands/pod.json +175 -0
- package/data/commands/prisma.json +257 -0
- package/data/commands/rails.json +372 -0
- package/data/commands/rake.json +360 -0
- package/data/commands/react-native.json +57 -0
- package/data/commands/rg.json +103 -0
- package/data/commands/rspec.json +257 -0
- package/data/commands/ruby.json +108 -0
- package/data/commands/screen.json +101 -0
- package/data/commands/sequelize.json +342 -0
- package/data/commands/snyk.json +442 -0
- package/data/commands/sonar-scanner.json +219 -0
- package/data/commands/stripe.json +314 -0
- package/data/commands/symfony.json +449 -0
- package/data/commands/tmux.json +197 -0
- package/data/commands/top.json +61 -0
- package/data/commands/trivy.json +367 -0
- package/data/commands/twilio.json +382 -0
- package/data/commands/typeorm.json +262 -0
- package/data/commands/vim.json +85 -0
- package/data/commands/vue.json +60 -0
- package/data/commands/wp.json +857 -0
- package/data/commands/xcodebuild.json +141 -0
- package/data/commands/yq.json +57 -0
- package/data/completion/bash.json +1184 -0
- package/data/completion/c.json +1067 -0
- package/data/completion/cpp.json +824 -0
- package/data/completion/csharp.json +860 -0
- package/data/completion/dockerfile.json +536 -0
- package/data/completion/go.json +1346 -0
- package/data/completion/html.json +806 -0
- package/data/completion/java.json +1112 -0
- package/data/completion/javascript.json +914 -0
- package/data/completion/lua.json +968 -0
- package/data/completion/php.json +1535 -0
- package/data/completion/python.json +1427 -0
- package/data/completion/ruby.json +1531 -0
- package/data/completion/rust.json +698 -0
- package/data/completion/sql.json +887 -0
- package/data/completion/toml.json +428 -0
- package/data/completion/typescript.json +338 -0
- package/data/completion/yaml.json +563 -0
- package/data/defination/bash.json +565 -0
- package/data/defination/c.json +865 -0
- package/data/defination/cpp.json +348 -0
- package/data/defination/csharp.json +144 -0
- package/data/defination/dockerfile.json +113 -0
- package/data/defination/go.json +561 -0
- package/data/defination/html.json +559 -0
- package/data/defination/java.json +184 -0
- package/data/defination/javascript.json +265 -0
- package/data/defination/lua.json +181 -0
- package/data/defination/php.json +726 -0
- package/data/defination/python.json +717 -0
- package/data/defination/ruby.json +670 -0
- package/data/defination/rust.json +207 -0
- package/data/defination/sql.json +473 -0
- package/data/defination/toml.json +251 -0
- package/data/defination/typescript.json +29 -0
- package/data/defination/yaml.json +197 -0
- package/data/hover/bash.json +245 -0
- package/data/hover/c.json +265 -0
- package/data/hover/cpp.json +210 -0
- package/data/hover/csharp.json +290 -0
- package/data/hover/dockerfile.json +145 -0
- package/data/hover/go.json +580 -0
- package/data/hover/html.json +250 -0
- package/data/hover/java.json +395 -0
- package/data/hover/javascript.json +330 -0
- package/data/hover/lua.json +265 -0
- package/data/hover/php.json +300 -0
- package/data/hover/python.json +380 -0
- package/data/hover/ruby.json +265 -0
- package/data/hover/rust.json +275 -0
- package/data/hover/sql.json +230 -0
- package/data/hover/toml.json +145 -0
- package/data/hover/typescript.json +120 -0
- package/data/hover/yaml.json +165 -0
- package/data/manifest.json +242 -0
- package/package.json +1 -1
|
@@ -0,0 +1,648 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "auth0",
|
|
3
|
+
"description": "Auth0 CLI for managing Auth0 identity platform tenants, applications, APIs, users, roles, actions, and authentication configurations",
|
|
4
|
+
"category": "api-saas",
|
|
5
|
+
"platforms": ["linux", "macos", "windows"],
|
|
6
|
+
"shells": ["bash", "zsh", "fish", "powershell"],
|
|
7
|
+
"subcommands": [
|
|
8
|
+
{
|
|
9
|
+
"name": "login",
|
|
10
|
+
"description": "Authenticate the CLI with your Auth0 account using device authorization flow",
|
|
11
|
+
"args": [],
|
|
12
|
+
"options": [
|
|
13
|
+
{ "name": "--domain", "short": "-d", "description": "Your Auth0 tenant domain", "type": "string" },
|
|
14
|
+
{ "name": "--client-id", "description": "Client ID for authentication", "type": "string" },
|
|
15
|
+
{ "name": "--client-secret", "description": "Client Secret for authentication", "type": "string" },
|
|
16
|
+
{ "name": "--no-input", "description": "Disable interactivity" },
|
|
17
|
+
{ "name": "--scopes", "description": "Additional scopes to request", "type": "string" }
|
|
18
|
+
],
|
|
19
|
+
"examples": [
|
|
20
|
+
"auth0 login",
|
|
21
|
+
"auth0 login --domain my-tenant.us.auth0.com",
|
|
22
|
+
"auth0 login --client-id xxxx --client-secret xxxx --domain my-tenant.us.auth0.com"
|
|
23
|
+
]
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"name": "logout",
|
|
27
|
+
"description": "Log out and remove stored credentials",
|
|
28
|
+
"args": [],
|
|
29
|
+
"options": [],
|
|
30
|
+
"examples": ["auth0 logout"]
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "tenants list",
|
|
34
|
+
"description": "List all configured Auth0 tenants",
|
|
35
|
+
"args": [],
|
|
36
|
+
"options": [
|
|
37
|
+
{ "name": "--format", "description": "Output format (json, table)", "type": "string" },
|
|
38
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
39
|
+
],
|
|
40
|
+
"examples": ["auth0 tenants list", "auth0 tenants list --json"]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "tenants use",
|
|
44
|
+
"description": "Set the active Auth0 tenant",
|
|
45
|
+
"args": [{ "name": "tenant", "type": "string", "required": true, "description": "Tenant domain to activate" }],
|
|
46
|
+
"options": [],
|
|
47
|
+
"examples": ["auth0 tenants use my-tenant.us.auth0.com"]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "tenants open",
|
|
51
|
+
"description": "Open the Auth0 tenant dashboard in a browser",
|
|
52
|
+
"args": [],
|
|
53
|
+
"options": [],
|
|
54
|
+
"examples": ["auth0 tenants open"]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"name": "apps create",
|
|
58
|
+
"description": "Create a new Auth0 application",
|
|
59
|
+
"args": [],
|
|
60
|
+
"options": [
|
|
61
|
+
{ "name": "--name", "short": "-n", "description": "Application name", "type": "string" },
|
|
62
|
+
{ "name": "--type", "short": "-t", "description": "Application type: native, spa, regular, m2m", "type": "string" },
|
|
63
|
+
{ "name": "--description", "description": "Application description", "type": "string" },
|
|
64
|
+
{ "name": "--callbacks", "description": "Comma-separated list of allowed callback URLs", "type": "string" },
|
|
65
|
+
{ "name": "--logout-urls", "description": "Comma-separated list of allowed logout URLs", "type": "string" },
|
|
66
|
+
{ "name": "--origins", "description": "Comma-separated list of allowed origins", "type": "string" },
|
|
67
|
+
{ "name": "--web-origins", "description": "Comma-separated list of allowed web origins", "type": "string" },
|
|
68
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
69
|
+
{ "name": "--no-input", "description": "Disable interactivity" }
|
|
70
|
+
],
|
|
71
|
+
"examples": [
|
|
72
|
+
"auth0 apps create",
|
|
73
|
+
"auth0 apps create --name 'My SPA' --type spa --callbacks https://localhost:3000/callback",
|
|
74
|
+
"auth0 apps create --name 'Backend API' --type m2m --json"
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "apps show",
|
|
79
|
+
"description": "Show details of an Auth0 application",
|
|
80
|
+
"args": [{ "name": "client-id", "type": "string", "required": true, "description": "Client ID of the application" }],
|
|
81
|
+
"options": [
|
|
82
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
83
|
+
{ "name": "--reveal-secrets", "description": "Reveal client secrets in output" }
|
|
84
|
+
],
|
|
85
|
+
"examples": ["auth0 apps show <client-id>", "auth0 apps show <client-id> --json --reveal-secrets"]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "apps update",
|
|
89
|
+
"description": "Update an existing Auth0 application",
|
|
90
|
+
"args": [{ "name": "client-id", "type": "string", "required": true, "description": "Client ID of the application" }],
|
|
91
|
+
"options": [
|
|
92
|
+
{ "name": "--name", "short": "-n", "description": "New application name", "type": "string" },
|
|
93
|
+
{ "name": "--description", "description": "New application description", "type": "string" },
|
|
94
|
+
{ "name": "--callbacks", "description": "Updated callback URLs", "type": "string" },
|
|
95
|
+
{ "name": "--logout-urls", "description": "Updated logout URLs", "type": "string" },
|
|
96
|
+
{ "name": "--origins", "description": "Updated allowed origins", "type": "string" },
|
|
97
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
98
|
+
],
|
|
99
|
+
"examples": ["auth0 apps update <client-id> --name 'Updated App' --callbacks https://app.example.com/callback"]
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "apps delete",
|
|
103
|
+
"description": "Delete an Auth0 application",
|
|
104
|
+
"args": [{ "name": "client-id", "type": "string", "required": true, "description": "Client ID of the application to delete" }],
|
|
105
|
+
"options": [
|
|
106
|
+
{ "name": "--force", "description": "Skip confirmation prompt" },
|
|
107
|
+
{ "name": "--no-input", "description": "Disable interactivity" }
|
|
108
|
+
],
|
|
109
|
+
"examples": ["auth0 apps delete <client-id>", "auth0 apps delete <client-id> --force"]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "apps list",
|
|
113
|
+
"description": "List all Auth0 applications in the tenant",
|
|
114
|
+
"args": [],
|
|
115
|
+
"options": [
|
|
116
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
117
|
+
{ "name": "--csv", "description": "Output in CSV format" },
|
|
118
|
+
{ "name": "--number", "short": "-n", "description": "Number of results per page", "type": "string" },
|
|
119
|
+
{ "name": "--reveal-secrets", "description": "Reveal client secrets" }
|
|
120
|
+
],
|
|
121
|
+
"examples": ["auth0 apps list", "auth0 apps list --json", "auth0 apps list --number 50"]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "apps open",
|
|
125
|
+
"description": "Open application settings in the dashboard",
|
|
126
|
+
"args": [{ "name": "client-id", "type": "string", "required": true, "description": "Client ID of the application" }],
|
|
127
|
+
"options": [],
|
|
128
|
+
"examples": ["auth0 apps open <client-id>"]
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"name": "apis create",
|
|
132
|
+
"description": "Create a new Auth0 API",
|
|
133
|
+
"args": [],
|
|
134
|
+
"options": [
|
|
135
|
+
{ "name": "--name", "short": "-n", "description": "API name", "type": "string" },
|
|
136
|
+
{ "name": "--identifier", "description": "API identifier (audience URI)", "type": "string" },
|
|
137
|
+
{ "name": "--signing-alg", "description": "Signing algorithm (RS256, HS256)", "type": "string" },
|
|
138
|
+
{ "name": "--scopes", "description": "Comma-separated list of scopes", "type": "string" },
|
|
139
|
+
{ "name": "--token-lifetime", "description": "Token lifetime in seconds", "type": "string" },
|
|
140
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
141
|
+
],
|
|
142
|
+
"examples": [
|
|
143
|
+
"auth0 apis create --name 'My API' --identifier https://api.example.com",
|
|
144
|
+
"auth0 apis create --name 'My API' --identifier https://api.example.com --scopes read:data,write:data"
|
|
145
|
+
]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "apis show",
|
|
149
|
+
"description": "Show details of an API",
|
|
150
|
+
"args": [{ "name": "api-id", "type": "string", "required": true, "description": "API ID or audience" }],
|
|
151
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
152
|
+
"examples": ["auth0 apis show <api-id>"]
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"name": "apis update",
|
|
156
|
+
"description": "Update an existing API",
|
|
157
|
+
"args": [{ "name": "api-id", "type": "string", "required": true, "description": "API ID to update" }],
|
|
158
|
+
"options": [
|
|
159
|
+
{ "name": "--name", "short": "-n", "description": "New API name", "type": "string" },
|
|
160
|
+
{ "name": "--scopes", "description": "Updated scopes", "type": "string" },
|
|
161
|
+
{ "name": "--token-lifetime", "description": "Updated token lifetime", "type": "string" },
|
|
162
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
163
|
+
],
|
|
164
|
+
"examples": ["auth0 apis update <api-id> --name 'Updated API' --token-lifetime 7200"]
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "apis delete",
|
|
168
|
+
"description": "Delete an API",
|
|
169
|
+
"args": [{ "name": "api-id", "type": "string", "required": true, "description": "API ID to delete" }],
|
|
170
|
+
"options": [{ "name": "--force", "description": "Skip confirmation" }],
|
|
171
|
+
"examples": ["auth0 apis delete <api-id> --force"]
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"name": "apis list",
|
|
175
|
+
"description": "List all APIs in the tenant",
|
|
176
|
+
"args": [],
|
|
177
|
+
"options": [
|
|
178
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
179
|
+
{ "name": "--csv", "description": "Output in CSV format" }
|
|
180
|
+
],
|
|
181
|
+
"examples": ["auth0 apis list", "auth0 apis list --json"]
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"name": "apis scopes show",
|
|
185
|
+
"description": "Show scopes of an API",
|
|
186
|
+
"args": [{ "name": "api-id", "type": "string", "required": true, "description": "API ID" }],
|
|
187
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
188
|
+
"examples": ["auth0 apis scopes show <api-id>"]
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "apis scopes update",
|
|
192
|
+
"description": "Update scopes of an API",
|
|
193
|
+
"args": [{ "name": "api-id", "type": "string", "required": true, "description": "API ID" }],
|
|
194
|
+
"options": [{ "name": "--scopes", "description": "Comma-separated list of scopes", "type": "string" }],
|
|
195
|
+
"examples": ["auth0 apis scopes update <api-id> --scopes read:data,write:data,delete:data"]
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"name": "actions list",
|
|
199
|
+
"description": "List all actions in the tenant",
|
|
200
|
+
"args": [],
|
|
201
|
+
"options": [
|
|
202
|
+
{ "name": "--trigger", "description": "Filter by trigger ID", "type": "string" },
|
|
203
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
204
|
+
],
|
|
205
|
+
"examples": ["auth0 actions list", "auth0 actions list --trigger post-login"]
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"name": "actions show",
|
|
209
|
+
"description": "Show details of an action",
|
|
210
|
+
"args": [{ "name": "action-id", "type": "string", "required": true, "description": "Action ID" }],
|
|
211
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
212
|
+
"examples": ["auth0 actions show <action-id>"]
|
|
213
|
+
},
|
|
214
|
+
{
|
|
215
|
+
"name": "actions create",
|
|
216
|
+
"description": "Create a new action",
|
|
217
|
+
"args": [],
|
|
218
|
+
"options": [
|
|
219
|
+
{ "name": "--name", "short": "-n", "description": "Action name", "type": "string" },
|
|
220
|
+
{ "name": "--trigger", "short": "-t", "description": "Trigger ID (post-login, credentials-exchange, etc.)", "type": "string" },
|
|
221
|
+
{ "name": "--code", "description": "Path to JavaScript file with action code", "type": "string" },
|
|
222
|
+
{ "name": "--dependency", "description": "Dependencies in name:version format", "type": "string" },
|
|
223
|
+
{ "name": "--secret", "description": "Secrets in key=value format", "type": "string" },
|
|
224
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
225
|
+
],
|
|
226
|
+
"examples": [
|
|
227
|
+
"auth0 actions create --name 'Enrich Token' --trigger post-login --code ./action.js",
|
|
228
|
+
"auth0 actions create --name 'Log Event' --trigger post-login --dependency axios:1.4.0"
|
|
229
|
+
]
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"name": "actions update",
|
|
233
|
+
"description": "Update an existing action",
|
|
234
|
+
"args": [{ "name": "action-id", "type": "string", "required": true, "description": "Action ID" }],
|
|
235
|
+
"options": [
|
|
236
|
+
{ "name": "--name", "short": "-n", "description": "Updated name", "type": "string" },
|
|
237
|
+
{ "name": "--code", "description": "Updated code file path", "type": "string" },
|
|
238
|
+
{ "name": "--dependency", "description": "Updated dependencies", "type": "string" },
|
|
239
|
+
{ "name": "--secret", "description": "Updated secrets", "type": "string" },
|
|
240
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
241
|
+
],
|
|
242
|
+
"examples": ["auth0 actions update <action-id> --name 'Updated Action' --code ./updated-action.js"]
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"name": "actions delete",
|
|
246
|
+
"description": "Delete an action",
|
|
247
|
+
"args": [{ "name": "action-id", "type": "string", "required": true, "description": "Action ID" }],
|
|
248
|
+
"options": [{ "name": "--force", "description": "Skip confirmation" }],
|
|
249
|
+
"examples": ["auth0 actions delete <action-id> --force"]
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "actions deploy",
|
|
253
|
+
"description": "Deploy an action (create a new version)",
|
|
254
|
+
"args": [{ "name": "action-id", "type": "string", "required": true, "description": "Action ID to deploy" }],
|
|
255
|
+
"options": [],
|
|
256
|
+
"examples": ["auth0 actions deploy <action-id>"]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"name": "actions open",
|
|
260
|
+
"description": "Open action in the Auth0 dashboard",
|
|
261
|
+
"args": [{ "name": "action-id", "type": "string", "required": true, "description": "Action ID" }],
|
|
262
|
+
"options": [],
|
|
263
|
+
"examples": ["auth0 actions open <action-id>"]
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"name": "connections list",
|
|
267
|
+
"description": "List all connections in the tenant",
|
|
268
|
+
"args": [],
|
|
269
|
+
"options": [
|
|
270
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
271
|
+
{ "name": "--csv", "description": "Output in CSV format" }
|
|
272
|
+
],
|
|
273
|
+
"examples": ["auth0 connections list", "auth0 connections list --json"]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"name": "connections create",
|
|
277
|
+
"description": "Create a new connection",
|
|
278
|
+
"args": [],
|
|
279
|
+
"options": [
|
|
280
|
+
{ "name": "--name", "short": "-n", "description": "Connection name", "type": "string" },
|
|
281
|
+
{ "name": "--type", "short": "-t", "description": "Connection type/strategy", "type": "string" },
|
|
282
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
283
|
+
],
|
|
284
|
+
"examples": ["auth0 connections create --name 'Google OAuth' --type google-oauth2"]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"name": "connections show",
|
|
288
|
+
"description": "Show details of a connection",
|
|
289
|
+
"args": [{ "name": "connection-id", "type": "string", "required": true, "description": "Connection ID" }],
|
|
290
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
291
|
+
"examples": ["auth0 connections show <connection-id>"]
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "connections update",
|
|
295
|
+
"description": "Update a connection",
|
|
296
|
+
"args": [{ "name": "connection-id", "type": "string", "required": true, "description": "Connection ID" }],
|
|
297
|
+
"options": [
|
|
298
|
+
{ "name": "--name", "short": "-n", "description": "Updated name", "type": "string" },
|
|
299
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
300
|
+
],
|
|
301
|
+
"examples": ["auth0 connections update <connection-id> --name 'Updated Connection'"]
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
"name": "connections delete",
|
|
305
|
+
"description": "Delete a connection",
|
|
306
|
+
"args": [{ "name": "connection-id", "type": "string", "required": true, "description": "Connection ID" }],
|
|
307
|
+
"options": [{ "name": "--force", "description": "Skip confirmation" }],
|
|
308
|
+
"examples": ["auth0 connections delete <connection-id> --force"]
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
"name": "connections open",
|
|
312
|
+
"description": "Open connection in the dashboard",
|
|
313
|
+
"args": [{ "name": "connection-id", "type": "string", "required": true, "description": "Connection ID" }],
|
|
314
|
+
"options": [],
|
|
315
|
+
"examples": ["auth0 connections open <connection-id>"]
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
"name": "roles create",
|
|
319
|
+
"description": "Create a new role",
|
|
320
|
+
"args": [],
|
|
321
|
+
"options": [
|
|
322
|
+
{ "name": "--name", "short": "-n", "description": "Role name", "type": "string" },
|
|
323
|
+
{ "name": "--description", "short": "-d", "description": "Role description", "type": "string" },
|
|
324
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
325
|
+
],
|
|
326
|
+
"examples": ["auth0 roles create --name admin --description 'Administrator role'"]
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "roles list",
|
|
330
|
+
"description": "List all roles",
|
|
331
|
+
"args": [],
|
|
332
|
+
"options": [
|
|
333
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
334
|
+
{ "name": "--csv", "description": "Output in CSV format" },
|
|
335
|
+
{ "name": "--number", "short": "-n", "description": "Results per page", "type": "string" }
|
|
336
|
+
],
|
|
337
|
+
"examples": ["auth0 roles list", "auth0 roles list --json"]
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"name": "roles show",
|
|
341
|
+
"description": "Show details of a role",
|
|
342
|
+
"args": [{ "name": "role-id", "type": "string", "required": true, "description": "Role ID" }],
|
|
343
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
344
|
+
"examples": ["auth0 roles show <role-id>"]
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"name": "roles update",
|
|
348
|
+
"description": "Update a role",
|
|
349
|
+
"args": [{ "name": "role-id", "type": "string", "required": true, "description": "Role ID" }],
|
|
350
|
+
"options": [
|
|
351
|
+
{ "name": "--name", "short": "-n", "description": "Updated name", "type": "string" },
|
|
352
|
+
{ "name": "--description", "short": "-d", "description": "Updated description", "type": "string" },
|
|
353
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
354
|
+
],
|
|
355
|
+
"examples": ["auth0 roles update <role-id> --name 'Super Admin'"]
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"name": "roles delete",
|
|
359
|
+
"description": "Delete a role",
|
|
360
|
+
"args": [{ "name": "role-id", "type": "string", "required": true, "description": "Role ID" }],
|
|
361
|
+
"options": [{ "name": "--force", "description": "Skip confirmation" }],
|
|
362
|
+
"examples": ["auth0 roles delete <role-id> --force"]
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"name": "roles permissions",
|
|
366
|
+
"description": "Manage permissions for a role",
|
|
367
|
+
"args": [{ "name": "role-id", "type": "string", "required": true, "description": "Role ID" }],
|
|
368
|
+
"options": [
|
|
369
|
+
{ "name": "--api-id", "description": "API ID for the permissions", "type": "string" },
|
|
370
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
371
|
+
],
|
|
372
|
+
"examples": ["auth0 roles permissions <role-id>"]
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"name": "users create",
|
|
376
|
+
"description": "Create a new user",
|
|
377
|
+
"args": [],
|
|
378
|
+
"options": [
|
|
379
|
+
{ "name": "--name", "short": "-n", "description": "User's full name", "type": "string" },
|
|
380
|
+
{ "name": "--email", "short": "-e", "description": "User's email address", "type": "string" },
|
|
381
|
+
{ "name": "--password", "short": "-p", "description": "User's password", "type": "string" },
|
|
382
|
+
{ "name": "--connection-name", "short": "-c", "description": "Database connection name", "type": "string" },
|
|
383
|
+
{ "name": "--username", "short": "-u", "description": "Username", "type": "string" },
|
|
384
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
385
|
+
],
|
|
386
|
+
"examples": [
|
|
387
|
+
"auth0 users create --name 'John Doe' --email john@example.com --connection-name Username-Password-Authentication",
|
|
388
|
+
"auth0 users create --email jane@example.com --password 'S3cure!P@ss' --connection-name Username-Password-Authentication --json"
|
|
389
|
+
]
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
"name": "users show",
|
|
393
|
+
"description": "Show details of a user",
|
|
394
|
+
"args": [{ "name": "user-id", "type": "string", "required": true, "description": "User ID" }],
|
|
395
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
396
|
+
"examples": ["auth0 users show 'auth0|xxxxx'"]
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"name": "users update",
|
|
400
|
+
"description": "Update a user profile",
|
|
401
|
+
"args": [{ "name": "user-id", "type": "string", "required": true, "description": "User ID" }],
|
|
402
|
+
"options": [
|
|
403
|
+
{ "name": "--name", "short": "-n", "description": "Updated name", "type": "string" },
|
|
404
|
+
{ "name": "--email", "short": "-e", "description": "Updated email", "type": "string" },
|
|
405
|
+
{ "name": "--password", "short": "-p", "description": "Updated password", "type": "string" },
|
|
406
|
+
{ "name": "--blocked", "description": "Block or unblock the user", "type": "string" },
|
|
407
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
408
|
+
],
|
|
409
|
+
"examples": ["auth0 users update 'auth0|xxxxx' --name 'Jane Doe'"]
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"name": "users delete",
|
|
413
|
+
"description": "Delete a user",
|
|
414
|
+
"args": [{ "name": "user-id", "type": "string", "required": true, "description": "User ID to delete" }],
|
|
415
|
+
"options": [{ "name": "--force", "description": "Skip confirmation" }],
|
|
416
|
+
"examples": ["auth0 users delete 'auth0|xxxxx' --force"]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"name": "users list",
|
|
420
|
+
"description": "List all users in the tenant",
|
|
421
|
+
"args": [],
|
|
422
|
+
"options": [
|
|
423
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
424
|
+
{ "name": "--csv", "description": "Output in CSV format" },
|
|
425
|
+
{ "name": "--number", "short": "-n", "description": "Number of results", "type": "string" }
|
|
426
|
+
],
|
|
427
|
+
"examples": ["auth0 users list", "auth0 users list --json --number 100"]
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"name": "users search",
|
|
431
|
+
"description": "Search for users using Lucene query syntax",
|
|
432
|
+
"args": [],
|
|
433
|
+
"options": [
|
|
434
|
+
{ "name": "--query", "short": "-q", "description": "Search query in Lucene syntax", "type": "string" },
|
|
435
|
+
{ "name": "--sort", "description": "Sort field and order", "type": "string" },
|
|
436
|
+
{ "name": "--number", "short": "-n", "description": "Number of results", "type": "string" },
|
|
437
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
438
|
+
],
|
|
439
|
+
"examples": [
|
|
440
|
+
"auth0 users search --query 'email:*@example.com'",
|
|
441
|
+
"auth0 users search --query 'app_metadata.role:admin' --json"
|
|
442
|
+
]
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"name": "users roles",
|
|
446
|
+
"description": "Manage roles assigned to a user",
|
|
447
|
+
"args": [{ "name": "user-id", "type": "string", "required": true, "description": "User ID" }],
|
|
448
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
449
|
+
"examples": ["auth0 users roles 'auth0|xxxxx'"]
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
"name": "users blocks",
|
|
453
|
+
"description": "Manage user blocks",
|
|
454
|
+
"args": [{ "name": "user-id", "type": "string", "required": true, "description": "User ID" }],
|
|
455
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
456
|
+
"examples": ["auth0 users blocks 'auth0|xxxxx'"]
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"name": "users import",
|
|
460
|
+
"description": "Import users from a JSON file",
|
|
461
|
+
"args": [],
|
|
462
|
+
"options": [
|
|
463
|
+
{ "name": "--connection-name", "short": "-c", "description": "Target database connection", "type": "string" },
|
|
464
|
+
{ "name": "--file", "description": "Path to JSON import file", "type": "string" },
|
|
465
|
+
{ "name": "--upsert", "description": "Update existing users on conflict" },
|
|
466
|
+
{ "name": "--email-results", "description": "Send email when import completes" }
|
|
467
|
+
],
|
|
468
|
+
"examples": ["auth0 users import --connection-name Username-Password-Authentication --file ./users.json --upsert"]
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"name": "users export",
|
|
472
|
+
"description": "Export users to a file",
|
|
473
|
+
"args": [],
|
|
474
|
+
"options": [
|
|
475
|
+
{ "name": "--connection-name", "short": "-c", "description": "Connection name to export from", "type": "string" },
|
|
476
|
+
{ "name": "--format", "description": "Export format (json, csv)", "type": "string" },
|
|
477
|
+
{ "name": "--fields", "description": "Fields to include in export", "type": "string" }
|
|
478
|
+
],
|
|
479
|
+
"examples": ["auth0 users export --connection-name Username-Password-Authentication --format json"]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"name": "users open",
|
|
483
|
+
"description": "Open user in the Auth0 dashboard",
|
|
484
|
+
"args": [{ "name": "user-id", "type": "string", "required": true, "description": "User ID" }],
|
|
485
|
+
"options": [],
|
|
486
|
+
"examples": ["auth0 users open 'auth0|xxxxx'"]
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"name": "logs list",
|
|
490
|
+
"description": "List tenant log events",
|
|
491
|
+
"args": [],
|
|
492
|
+
"options": [
|
|
493
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
494
|
+
{ "name": "--csv", "description": "Output in CSV format" },
|
|
495
|
+
{ "name": "--number", "short": "-n", "description": "Number of results", "type": "string" },
|
|
496
|
+
{ "name": "--filter", "description": "Filter by log type", "type": "string" }
|
|
497
|
+
],
|
|
498
|
+
"examples": ["auth0 logs list", "auth0 logs list --filter 'type:s' --number 50"]
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
"name": "logs tail",
|
|
502
|
+
"description": "Tail and stream live tenant logs",
|
|
503
|
+
"args": [],
|
|
504
|
+
"options": [
|
|
505
|
+
{ "name": "--filter", "description": "Filter log events by type", "type": "string" },
|
|
506
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
507
|
+
{ "name": "--no-color", "description": "Disable colored output" }
|
|
508
|
+
],
|
|
509
|
+
"examples": ["auth0 logs tail", "auth0 logs tail --filter 'type:f'"]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"name": "logs streams list",
|
|
513
|
+
"description": "List all log streams",
|
|
514
|
+
"args": [],
|
|
515
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
516
|
+
"examples": ["auth0 logs streams list"]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"name": "logs streams create",
|
|
520
|
+
"description": "Create a new log stream",
|
|
521
|
+
"args": [],
|
|
522
|
+
"options": [
|
|
523
|
+
{ "name": "--name", "short": "-n", "description": "Log stream name", "type": "string" },
|
|
524
|
+
{ "name": "--type", "short": "-t", "description": "Type of log stream", "type": "string" },
|
|
525
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
526
|
+
],
|
|
527
|
+
"examples": ["auth0 logs streams create --name 'DataDog stream' --type datadog"]
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"name": "branding show",
|
|
531
|
+
"description": "Show branding configuration for the tenant",
|
|
532
|
+
"args": [],
|
|
533
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
534
|
+
"examples": ["auth0 branding show"]
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
"name": "branding update",
|
|
538
|
+
"description": "Update tenant branding settings",
|
|
539
|
+
"args": [],
|
|
540
|
+
"options": [
|
|
541
|
+
{ "name": "--accent", "description": "Accent color hex code", "type": "string" },
|
|
542
|
+
{ "name": "--background", "description": "Background color hex code", "type": "string" },
|
|
543
|
+
{ "name": "--logo", "description": "URL of the logo", "type": "string" },
|
|
544
|
+
{ "name": "--favicon", "description": "URL of the favicon", "type": "string" },
|
|
545
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
546
|
+
],
|
|
547
|
+
"examples": ["auth0 branding update --accent '#FF5722' --logo https://example.com/logo.png"]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
"name": "branding domains list",
|
|
551
|
+
"description": "List custom domains",
|
|
552
|
+
"args": [],
|
|
553
|
+
"options": [{ "name": "--json", "description": "Output in JSON format" }],
|
|
554
|
+
"examples": ["auth0 branding domains list"]
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"name": "branding domains create",
|
|
558
|
+
"description": "Create a custom domain",
|
|
559
|
+
"args": [],
|
|
560
|
+
"options": [
|
|
561
|
+
{ "name": "--domain", "short": "-d", "description": "Custom domain", "type": "string" },
|
|
562
|
+
{ "name": "--type", "short": "-t", "description": "Provisioning type", "type": "string" },
|
|
563
|
+
{ "name": "--json", "description": "Output in JSON format" }
|
|
564
|
+
],
|
|
565
|
+
"examples": ["auth0 branding domains create --domain login.example.com"]
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "test login",
|
|
569
|
+
"description": "Test the Universal Login experience by initiating a login flow",
|
|
570
|
+
"args": [],
|
|
571
|
+
"options": [
|
|
572
|
+
{ "name": "--client-id", "description": "Client ID of the application to test", "type": "string" },
|
|
573
|
+
{ "name": "--connection-name", "short": "-c", "description": "Connection to test", "type": "string" },
|
|
574
|
+
{ "name": "--audience", "description": "API audience to request", "type": "string" },
|
|
575
|
+
{ "name": "--scope", "description": "Scopes to request", "type": "string" }
|
|
576
|
+
],
|
|
577
|
+
"examples": [
|
|
578
|
+
"auth0 test login",
|
|
579
|
+
"auth0 test login --client-id <client-id> --audience https://api.example.com"
|
|
580
|
+
]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "test token",
|
|
584
|
+
"description": "Fetch a token for an application using client credentials",
|
|
585
|
+
"args": [],
|
|
586
|
+
"options": [
|
|
587
|
+
{ "name": "--client-id", "description": "Client ID", "type": "string" },
|
|
588
|
+
{ "name": "--client-secret", "description": "Client secret", "type": "string" },
|
|
589
|
+
{ "name": "--audience", "description": "API audience", "type": "string" },
|
|
590
|
+
{ "name": "--scope", "description": "Scopes to request", "type": "string" }
|
|
591
|
+
],
|
|
592
|
+
"examples": [
|
|
593
|
+
"auth0 test token --client-id <client-id> --audience https://api.example.com"
|
|
594
|
+
]
|
|
595
|
+
}
|
|
596
|
+
],
|
|
597
|
+
"globalOptions": [
|
|
598
|
+
{ "name": "--help", "short": "-h", "description": "Show help information" },
|
|
599
|
+
{ "name": "--version", "description": "Show Auth0 CLI version" },
|
|
600
|
+
{ "name": "--tenant", "short": "-t", "description": "Specific Auth0 tenant to use", "type": "string" },
|
|
601
|
+
{ "name": "--format", "description": "Output format: json or table", "type": "string" },
|
|
602
|
+
{ "name": "--json", "description": "Output in JSON format" },
|
|
603
|
+
{ "name": "--csv", "description": "Output in CSV format" },
|
|
604
|
+
{ "name": "--no-input", "description": "Disable interactive prompts" },
|
|
605
|
+
{ "name": "--no-color", "description": "Disable colored output" },
|
|
606
|
+
{ "name": "--force", "description": "Skip confirmation prompts" }
|
|
607
|
+
],
|
|
608
|
+
"examples": [
|
|
609
|
+
"auth0 login",
|
|
610
|
+
"auth0 tenants list",
|
|
611
|
+
"auth0 apps create --name 'My SPA' --type spa",
|
|
612
|
+
"auth0 apps list --json",
|
|
613
|
+
"auth0 apis create --name 'My API' --identifier https://api.example.com",
|
|
614
|
+
"auth0 users create --name 'John Doe' --email john@example.com --connection-name Username-Password-Authentication",
|
|
615
|
+
"auth0 users search --query 'email:*@example.com'",
|
|
616
|
+
"auth0 roles create --name admin --description 'Full access role'",
|
|
617
|
+
"auth0 actions list --trigger post-login",
|
|
618
|
+
"auth0 logs tail --filter 'type:f'",
|
|
619
|
+
"auth0 test login --client-id <client-id>",
|
|
620
|
+
"auth0 test token --client-id <client-id> --audience https://api.example.com"
|
|
621
|
+
],
|
|
622
|
+
"relatedCommands": ["twilio", "curl"],
|
|
623
|
+
"contextEngine": {
|
|
624
|
+
"detectors": [
|
|
625
|
+
{
|
|
626
|
+
"name": "auth0_tenant",
|
|
627
|
+
"description": "Detect configured Auth0 tenants",
|
|
628
|
+
"command": "auth0 tenants list --json 2>/dev/null",
|
|
629
|
+
"parser": "json",
|
|
630
|
+
"cacheFor": 120
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"name": "auth0_version",
|
|
634
|
+
"description": "Detect installed Auth0 CLI version",
|
|
635
|
+
"command": "auth0 --version",
|
|
636
|
+
"parser": "lines",
|
|
637
|
+
"cacheFor": 300
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "auth0_apps",
|
|
641
|
+
"description": "Detect Auth0 applications in tenant",
|
|
642
|
+
"command": "auth0 apps list --json 2>/dev/null",
|
|
643
|
+
"parser": "json",
|
|
644
|
+
"cacheFor": 60
|
|
645
|
+
}
|
|
646
|
+
]
|
|
647
|
+
}
|
|
648
|
+
}
|