Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run complete sync to Smart Proxy Server via CLI #2664

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions guides/common/modules/proc_adding-lifecycle-environments.adoc
Expand Up @@ -69,3 +69,14 @@ Repeat for each lifecycle environment you want to add to {SmartProxyServer}.
--id _My_{smart-proxy-context}_ID_
--lifecycle-environment-id _My_Lifecycle_Environment_ID_
----
+
* To synchronize all content from your {ProjectServer} to your {SmartProxyServer} without skipping checks on metadata:
maximiliankolb marked this conversation as resolved.
Show resolved Hide resolved
+
[options="nowrap", subs="+quotes,verbatim,attributes"]
----
# {hammer-smart-proxy} content synchronize \
--id _My_{smart-proxy-context}_ID_ \
--skip-metadata-check true
----
+
This equals selecting *Complete Sync* in the {ProjectWebUI}.