Use this file to discover all available pages before exploring further.
minicli is the Minimus command-line tool for managing private images. Use it to define, build, and manage private images as code directly from your terminal or CI/CD pipeline.
Create or update a private image recipe from a local YAML file. Follow up with the command image build submit to trigger a build of your updated image.
minicli image apply --file images/custom.yaml
Flag
Shorthand
Description
--file
-f
Required. Path to the YAML file
If the YAML is invalid, minicli returns a detailed list of errors, for example:
✗ YAML file validation failed: - envVars: "INVALID_KEY" is not a valid key=value format. - other: invalid field (doesn't exist).
Trigger an asynchronous build for a private image. Returns immediately without waiting for the build to complete. Once the build is complete, you can view the image’s build report in Creator. Learn more
Retrieve the configuration of a remote custom image and output it as a table or YAML file. You can export private image recipes to track changes in git.
List all file bundles in your account. File bundles are used to include public keys for internal PKIs (Public Key Infrastructure certificates) and override configuration files and more. Learn more