|
14 | 14 | "title": "Provisioning Infrastructure", |
15 | 15 | "routes": [ |
16 | 16 | { "title": "Overview", "path": "run" }, |
17 | | - { "title": "<code>plan</code>", "href": "/cli/commands/plan" }, |
18 | | - { "title": "<code>apply</code>", "href": "/cli/commands/apply" }, |
| 17 | + { "title": "<code>plan</code>", "href": "/cli/commands/plan", "alias": "actions" }, |
| 18 | + { "title": "<code>apply</code>", "href": "/cli/commands/apply", "alias": "actions" }, |
19 | 19 | { "title": "<code>destroy</code>", "href": "/cli/commands/destroy" } |
20 | 20 | ] |
21 | 21 | }, |
|
56 | 56 | { |
57 | 57 | "title": "Import Infrastructure", |
58 | 58 | "routes": [ |
59 | | - { "title": "Overview", "path": "import" }, |
60 | | - { "title": "Import existing resources", "path": "import/usage" }, |
| 59 | + { |
| 60 | + "title": "Overview", |
| 61 | + "path": "import", |
| 62 | + "alias": "search, query" |
| 63 | + }, |
| 64 | + { |
| 65 | + "title": "Import existing resources", |
| 66 | + "path": "import/usage", |
| 67 | + "alias": "search, query" |
| 68 | + }, |
61 | 69 | { |
62 | 70 | "title": "Reference", |
63 | | - "href": "/cli/commands/import" |
| 71 | + "href": "/cli/commands/import", |
| 72 | + "alias": "search, query" |
64 | 73 | } |
65 | 74 | ] |
66 | 75 | }, |
|
296 | 305 | "title": "Alphabetical List of Commands", |
297 | 306 | "routes": [ |
298 | 307 | { "title": "Overview", "href": "/cli/commands" }, |
299 | | - { "title": "<code>apply</code>", "href": "/cli/commands/apply" }, |
| 308 | + { "title": "<code>apply</code>", "href": "/cli/commands/apply", "alias": "actions" }, |
300 | 309 | { "title": "<code>console</code>", "href": "/cli/commands/console" }, |
301 | 310 | { "title": "<code>destroy</code>", "href": "/cli/commands/destroy" }, |
302 | 311 | { "title": "<code>fmt</code>", "href": "/cli/commands/fmt" }, |
|
312 | 321 | { "title": "<code>logout</code>", "href": "/cli/commands/logout" }, |
313 | 322 | { "title": "<code>modules</code>", "href": "/cli/commands/modules" }, |
314 | 323 | { "title": "<code>output</code>", "href": "/cli/commands/output" }, |
315 | | - { "title": "<code>plan</code>", "href": "/cli/commands/plan" }, |
| 324 | + { "title": "<code>plan</code>", "href": "/cli/commands/plan", "alias": "actions" }, |
316 | 325 | { "title": "<code>providers</code>", "href": "/cli/commands/providers" }, |
317 | 326 | { |
318 | 327 | "title": "<code>providers lock</code>", |
|
392 | 401 | "hidden": true, |
393 | 402 | "routes": [ |
394 | 403 | { "title": "Overview", "path": "commands" }, |
395 | | - { "title": "apply", "path": "commands/apply" }, |
| 404 | + { "title": "apply", "path": "commands/apply", "alias": "actions" }, |
396 | 405 | { "title": "console", "path": "commands/console" }, |
397 | 406 | { "title": "destroy", "path": "commands/destroy" }, |
398 | 407 | { "title": "fmt", "path": "commands/fmt" }, |
|
405 | 414 | { "title": "logout", "path": "commands/logout" }, |
406 | 415 | { "title": "modules", "path": "commands/modules" }, |
407 | 416 | { "title": "output", "path": "commands/output" }, |
408 | | - { "title": "plan", "path": "commands/plan" }, |
| 417 | + { "title": "plan", "path": "commands/plan", "alias": "actions" }, |
409 | 418 | { |
410 | 419 | "title": "providers", |
411 | 420 | "routes": [ |
|
0 commit comments