cloud-seeder v0.1.0.0 Release Notes

Release Date: 2017-07-26 // over 6 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿš€ The deploy command is renamed to provision.
    • The environment is now passed as a positional argument instead of as an environment variable.

    ๐Ÿ†• New Features

    • โž• Added support for configuring parameters with command-line flags and hardcoded environments, in addition to environment variables.
    • ๐Ÿ“œ Parameters are now parsed from template files to determine whether or not they are optional.
    • ๐Ÿท Tags cj:application and cj:environment are always added, based on the mandatory ENV positional argument and information in the configuration.
    • ๐Ÿ”ง The whenEnv and getEnvArg functions are provided to conditionally configure stacks based on the current environment.

    ๐Ÿ›  Bugfixes and Minor Changes

    • Various improvements to CLI help text.