You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Add --track flag to the deployment examples (#300)
Adds a `--track` flag to the deployment examples, additionally, fixes
the syntax highlighting from `json` to `sh` in a couple of cases.
Signed-off-by: Marc Lopez <marc5.12@outlook.com>
@@ -486,9 +486,11 @@ The JSON body is similar to what we used to create the deployment, with the foll
486
486
487
487
In this example, prune_orphans is set to `false`, so the Kibana and APM instances are not changed or removed, while the Elasticsearch resource is modified according to the configuration specified in the JSON file.
* `$DEPLOYMENT_ID` is the ID for the deployment that was created in the previous <<{p}-example-create-deployment,create a deployment>> example.
536
538
537
539
On running this and other destructive commands, {p} prompts you with a confirmation message. Use the `--force` option to skip the confirmation step, if you are using {p} for automation.
538
540
541
+
To monitor the progress, use the `--track` flag.
542
+
539
543
To see the different options that {p} supports, run `ecctl <command> <help>`.
0 commit comments