kxi assembly

Assembly interaction commands.

Important

These commands have been deprecated and may be removed from future releases. Use 'kxi pm' instead.

Usage:

text

Copy
kxi assembly [OPTIONS] COMMAND [ARGS]...

Options:

text

Copy
  --help  Show this message and exit.

kxi assembly backup

Back up running assemblies to a file. Deprecated. Use kxi pm pull instead.

Usage:

text

Copy
kxi assembly backup [OPTIONS]

Options:

text

Copy
  -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

Copy
kxi assembly deploy [OPTIONS]

Options:

text

Copy
  -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

Copy
kxi assembly list [OPTIONS]

Options:

text

Copy
  -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

Copy
kxi assembly status [OPTIONS]

Options:

text

Copy
  -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

Copy
kxi assembly teardown [OPTIONS]

Options:

text

Copy
  -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.