Creating Environments
Before you get started with your environment, you'll need to make sure it exists, or you have one to work with. You can list environments if you need information on what is already there.
Usage
$ skpr create dev 0.0.1
Loading environment configuration
Creating environment
Complete
More Information
$ skpr create --help
usage: skpr create <environment> <version>
Provisions a new environment.
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
Args:
<environment> Environment as configured. Usually one of: prod/staging/dev.
<version> Version to deploy. Corresponds to the tag on a packaged container image.
What's next?
After creating an environment, consider one of the following: