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
Copy file name to clipboardExpand all lines: docs/guides/modules/deploy/pages/configure-deploy-markers.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,11 +277,11 @@ jobs:
277
277
- run: circleci run release log --environment-name=<some-environment-name> --component-name=<some-component-name> --target-version=<some-version-name>
278
278
----
279
279
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>>.
283
283
** (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`.
0 commit comments