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
showCmd.Flags().BoolP("metadata", "m", false, "Shows the deployment metadata")
113
124
showCmd.Flags().BoolP("settings", "s", false, "Shows the deployment settings")
114
125
showCmd.Flags().Bool("generate-update-payload", false, "Outputs JSON which can be used as an argument for the --file flag with the update command.")
126
+
showCmd.Flags().Bool("clear-transient", false, "Removes the transient field in order to make read - edit - write loop safer. The default value of clear-transient depends on the value of generate-update-payload. If generate-update-payload is true then clear-transient defaults to true. Otherwise defaults to false.")
Copy file name to clipboardExpand all lines: docs/ecctl_deployment_show.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ ecctl deployment show <deployment-id> [flags]
26
26
=== Options
27
27
28
28
----
29
+
--clear-transient Removes the transient field in order to make read - edit - write loop safer. The default value of clear-transient depends on the value of generate-update-payload. If generate-update-payload is true then clear-transient defaults to true. Otherwise defaults to false.
29
30
--generate-update-payload Outputs JSON which can be used as an argument for the --file flag with the update command.
Copy file name to clipboardExpand all lines: docs/ecctl_deployment_show.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ ecctl deployment show <deployment-id> [flags]
23
23
### Options
24
24
25
25
```
26
+
--clear-transient Removes the transient field in order to make read - edit - write loop safer. The default value of clear-transient depends on the value of generate-update-payload. If generate-update-payload is true then clear-transient defaults to true. Otherwise defaults to false.
26
27
--generate-update-payload Outputs JSON which can be used as an argument for the --file flag with the update command.
0 commit comments