Skip to main content

conveyor ide cache

Create a custom IDE that is cached for future uses

Synopsis

This feature is currently considered in preview. This command creates a new (customized) IDE image, that can be used later on. The IDE image is built based on the 'ide.yaml' file that should be present in your project root. When no cached IDE exists with the provided configuration, a new one will be created automatically. This command can be useful to periodically refresh the cached IDEs (f.e. nightly using CI).

conveyor ide cache

To learn how to customize your IDE visit the docs: https://docs.conveyordata.com/how-to-guides/conveyor-ides/customizing-your-ide

conveyor ide cache [flags]

Options

  -h, --help   help for cache

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