gcluster import-inputs

NAME

gcluster import-inputs - imports input values from previous deployment groups.

SYNOPSIS

gcluster import-inputs DEPLOYMENT_GROUP_DIRECTORY [FLAGS]

DESCRIPTION

The gcluster import-inputs command imports input values from previous deployment groups on which the specified group depends. These values are typically exported by gcluster export-outputs.

FLAGS

  • -a, --artifacts ARTIFACTS_DIR: The directory where deployment artifacts are stored. This directory is automatically configured if not set.

EXAMPLES

To import inputs for a dependent deployment group directory:

gcluster import-inputs ./my-deployment/workload-node

To import inputs specifying a custom artifacts directory:

gcluster import-inputs ./my-deployment/workload-node \
    --artifacts=./my-deployment/.artifacts