File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ $ ecctl deployment create --request-id=GMZPMRrcMYqHdmxjIQkHbdjnhPIeBElcwrHwzVlhG
74
74
// Remove temporary constants when reads for deployment templates are available on ESS
75
75
createLongTemp = `Creates a deployment which is defined from a file definition using the --file=<file path> (shorthand: -f) flag.
76
76
77
- // You can create a definition by using the sample JSON seen here :
78
- // https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment`
77
+ You can create a definition by using the sample JSON:
78
+ https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment`
79
79
80
80
createExampleTemp = `## To make the command wait until the resources have been created use the "--track" flag, which will output
81
81
the current stage on which the deployment resources are in.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ Creates a deployment
8
8
9
9
Creates a deployment which is defined from a file definition using the --file=+++<file path="">+++(shorthand: -f) flag.+++</file>+++
10
10
11
- // You can create a definition by using the sample JSON seen here :
12
- // https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment
11
+ You can create a definition by using the sample JSON:
12
+ https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment
13
13
14
14
----
15
15
ecctl deployment create {--file | --size <int> --zones <string> | --topology-element <obj>} [flags]
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ Creates a deployment
6
6
7
7
Creates a deployment which is defined from a file definition using the --file=<file path > (shorthand: -f) flag.
8
8
9
- // You can create a definition by using the sample JSON seen here :
10
- // https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment
9
+ You can create a definition by using the sample JSON:
10
+ https://elastic.co/guide/en/cloud/current/ec-api-deployment-crud.html#ec_create_a_deployment
11
11
12
12
```
13
13
ecctl deployment create {--file | --size <int> --zones <string> | --topology-element <obj>} [flags]
You can’t perform that action at this time.
0 commit comments