kxi assembly
Assembly interaction commands.
Important
These commands have been deprecated and may be removed from future releases. Use 'kxi pm' instead.
Usage:
text
kxi assembly [OPTIONS] COMMAND [ARGS]...
Options:
text
--help Show this message and exit.
kxi assembly backup
Back up running assemblies to a file. Deprecated. Use kxi pm pull
instead.
Usage:
text
kxi assembly backup [OPTIONS]
Options:
text
-n, --namespace TEXT Kubernetes namespace
-f, --filepath TEXT Filepath to store state of running assemblies
--force Perform action without prompting for confirmation
--help Show this message and exit.
kxi assembly deploy
Create an assembly given an assembly file. Deprecated. Use kxi pm deploy
instead.
Usage:
text
kxi assembly deploy [OPTIONS]
Options:
text
-n, --namespace TEXT Kubernetes namespace
-f, --filepath TEXT Path to the assembly file
--wait, --wait-for-ready Wait for all pods
--use-kubeconfig Communicate directly with kubernetes plane
--help Show this message and exit.
kxi assembly list
List assemblies. Deprecated. Use kxi pm list
instead.
Usage:
text
kxi assembly list [OPTIONS]
Options:
text
-n, --namespace TEXT Kubernetes namespace
--use-kubeconfig Communicate directly with kubernetes plane
--help Show this message and exit.
kxi assembly status
Print status of the assembly. Deprecated. Use kxi pm list
instead.
Usage:
text
kxi assembly status [OPTIONS]
Options:
text
-n, --namespace TEXT Kubernetes namespace
--name TEXT Name of the assembly [required]
--wait, --wait-for-ready Wait for all pods
--use-kubeconfig Communicate directly with kubernetes plane
--help Show this message and exit.
kxi assembly teardown
Tears down an assembly given its name. Deprecated. Use kxi pm teardown
instead.
Usage:
text
kxi assembly teardown [OPTIONS]
Options:
text
-n, --namespace TEXT Kubernetes namespace
--name TEXT Name of the assembly [required]
--wait, --wait-for-ready Wait for all pods
--force Perform action without prompting for confirmation
--use-kubeconfig Communicate directly with kubernetes plane
--help Show this message and exit.