Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ oasisctl create deployment [flags]
--description string Description of the deployment
--disable-foxx-authentication Disable authentication of requests to Foxx application.
--disk-performance-id string Set the disk performance to use for this deployment.
--drop-vst-support Drop VST protocol support to improve resilience.
-h, --help help for deployment
-i, --ipallowlist-id string Identifier of the IP allowlist to use for the deployment
--is-platform-authentication-enabled Enable platform authentication for deployment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ oasisctl update deployment [flags]
--description string Description of the deployment
--disable-foxx-authentication Disable authentication of requests to Foxx application.
--disk-performance-id string Set the disk performance to use for this deployment.
--drop-vst-support Drop VST protocol support to improve resilience.
-h, --help help for deployment
-i, --ipallowlist-id string Identifier of the IP allowlist to use for the deployment
--is-platform-authentication-enabled Enable platform authentication for deployment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ oasisctl create deployment [flags]
--description string Description of the deployment
--disable-foxx-authentication Disable authentication of requests to Foxx application.
--disk-performance-id string Set the disk performance to use for this deployment.
--drop-vst-support Drop VST protocol support to improve resilience.
-h, --help help for deployment
-i, --ipallowlist-id string Identifier of the IP allowlist to use for the deployment
--is-platform-authentication-enabled Enable platform authentication for deployment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ oasisctl update deployment [flags]
--description string Description of the deployment
--disable-foxx-authentication Disable authentication of requests to Foxx application.
--disk-performance-id string Set the disk performance to use for this deployment.
--drop-vst-support Drop VST protocol support to improve resilience.
-h, --help help for deployment
-i, --ipallowlist-id string Identifier of the IP allowlist to use for the deployment
--is-platform-authentication-enabled Enable platform authentication for deployment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ oasisctl create deployment [flags]
--description string Description of the deployment
--disable-foxx-authentication Disable authentication of requests to Foxx application.
--disk-performance-id string Set the disk performance to use for this deployment.
--drop-vst-support Drop VST protocol support to improve resilience.
-h, --help help for deployment
-i, --ipallowlist-id string Identifier of the IP allowlist to use for the deployment
--is-platform-authentication-enabled Enable platform authentication for deployment.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ oasisctl update deployment [flags]
--description string Description of the deployment
--disable-foxx-authentication Disable authentication of requests to Foxx application.
--disk-performance-id string Set the disk performance to use for this deployment.
--drop-vst-support Drop VST protocol support to improve resilience.
-h, --help help for deployment
-i, --ipallowlist-id string Identifier of the IP allowlist to use for the deployment
--is-platform-authentication-enabled Enable platform authentication for deployment.
Expand Down