Skip to content

Commit 0b48030

Browse files
rosieyohannanpete-woods
authored andcommitted
update flag naming
1 parent bec3014 commit 0b48030

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/guides/modules/deploy/pages/configure-deploy-markers.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ jobs:
277277
- run: circleci run release log --environment-name=<some-environment-name> --component-name=<some-component-name> --target-version=<some-version-name>
278278
----
279279

280-
** The `environment-name` specifies the target environment. If the environment does not exist, it will be created.
281-
** The `component-name` parameter sets the name that will be displayed in the CircleCI UI.
282-
** The `target-version` parameter should match the name of the version being deployed. Some examples are provided <<examples-for-target-version,above>>.
280+
** The `--environment-name` flag specifies the target environment. If the environment does not exist, it will be created.
281+
** The `--component-name` flag sets the name that will be displayed in the CircleCI UI.
282+
** The `--target-version` flag should match the name of the version being deployed. Some examples are provided <<examples-for-target-version,above>>.
283283
** (Optional) You can provide the following parameter if required:
284-
*** The `namespace` parameter can be provided to use a value other than `default`.
284+
*** The `--namespace` flag can be provided to use a value other than `default`.
285285

286286
== Manage environments
287287

0 commit comments

Comments
 (0)