conveyor ide create-base-image
Create a new base image
Synopsis
This command creates an IDE base image that you can use as a starting point for your IDEs. We created templates for dbt, pyspark, notebooks which can be found here: https://docs.conveyordata.com/technical-reference/ide/base-images
$ conveyor ide create-base-image --name SOME_NAME --configuration file://ide.yaml
conveyor ide create-base-image [flags]
Options
      --configuration string   The location of the IDE configuration file using the file:// prefix
      --description string     A description of the IDE base image
  -h, --help                   help for create-base-image
      --iam-identity string    An IAM identity to use for the IDE base image build.
      --name string            The name of the IDE base image
      --no-wait                This flag allows you to wait until the IDE base image has been build.
Options inherited from parent commands
      --debug                        Show debug output
      --no-browser NO_BROWSER=true   Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
  -o, --output string                Change the output. Valid options are table or json (default "table")
      --quiet QUIET=true             Quiet down the output. You can also use the environment variable QUIET=true.
See also
- conveyor ide - Commands on IDEs