Skip to content

Commit ff2788d

Browse files
Add missing backslash to Hammer cmd (#4303)
This patch also uses dollar signs as command prefix because you can (almost) always run Hammer CLI as normal user.
1 parent f0af326 commit ff2788d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

guides/common/modules/proc_adding-lifecycle-environments.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,31 +24,31 @@ For definitions of each synchronization type, see {ContentManagementDocURL}Recov
2424
+
2525
[options="nowrap", subs="+quotes,verbatim,attributes"]
2626
----
27-
# {hammer-smart-proxy} list
27+
$ {hammer-smart-proxy} list
2828
----
2929
+
3030
Note the {SmartProxy} ID of the {SmartProxy} to which you want to add a lifecycle.
3131
. Using the ID, verify the details of your {SmartProxy}:
3232
+
3333
[options="nowrap", subs="+quotes,verbatim,attributes"]
3434
----
35-
# {hammer-smart-proxy} info \
35+
$ {hammer-smart-proxy} info \
3636
--id __My_{smart-proxy-context-titlecase}_ID__
3737
----
3838
. To view the lifecycle environments available for your {SmartProxyServer}, enter the following command and note the ID and the organization name:
3939
+
4040
[options="nowrap", subs="+quotes,verbatim,attributes"]
4141
----
42-
# {hammer-smart-proxy} content available-lifecycle-environments \
42+
$ {hammer-smart-proxy} content available-lifecycle-environments \
4343
--id __My_{smart-proxy-context-titlecase}_ID__
4444
----
4545
. Add the lifecycle environment to your {SmartProxyServer}:
4646
+
4747
[options="nowrap", subs="+quotes,verbatim,attributes"]
4848
----
49-
# {hammer-smart-proxy} content add-lifecycle-environment \
49+
$ {hammer-smart-proxy} content add-lifecycle-environment \
5050
--id __My_{smart-proxy-context-titlecase}_ID__ \
51-
--lifecycle-environment-id _My_Lifecycle_Environment_ID_
51+
--lifecycle-environment-id _My_Lifecycle_Environment_ID_ \
5252
--organization "_My_Organization_"
5353
----
5454
+
@@ -59,15 +59,15 @@ Repeat for each lifecycle environment you want to add to {SmartProxyServer}.
5959
+
6060
[options="nowrap", subs="+quotes,verbatim,attributes"]
6161
----
62-
# {hammer-smart-proxy} content synchronize \
62+
$ {hammer-smart-proxy} content synchronize \
6363
--id __My_{smart-proxy-context-titlecase}_ID__
6464
----
6565
+
6666
* To synchronize a specific lifecycle environment from your {ProjectServer} to {SmartProxyServer}, enter the following command:
6767
+
6868
[options="nowrap", subs="+quotes,verbatim,attributes"]
6969
----
70-
# {hammer-smart-proxy} content synchronize \
70+
$ {hammer-smart-proxy} content synchronize \
7171
--id __My_{smart-proxy-context-titlecase}_ID__ \
7272
--lifecycle-environment-id _My_Lifecycle_Environment_ID_
7373
----
@@ -76,7 +76,7 @@ Repeat for each lifecycle environment you want to add to {SmartProxyServer}.
7676
+
7777
[options="nowrap", subs="+quotes,verbatim,attributes"]
7878
----
79-
# {hammer-smart-proxy} content synchronize \
79+
$ {hammer-smart-proxy} content synchronize \
8080
--id __My_{smart-proxy-context-titlecase}_ID__ \
8181
--skip-metadata-check true
8282
----

0 commit comments

Comments
 (0)