proffer
Proffer is a cross platform tool to distribute cloud images between multiple regions and environments using yml configuration file.
Synopsis
Proffer is a command-line tool to distribute cloud images in between multiple regions and with multiple environments. This tool only needs a yml configuration file with name proffer that defines the image distribution operations and actions. Currently AWS cloud is the only supported cloud provider but support for other cloud providers can be added via resource plugin.
Examples
$ proffer [command] [flags] TEMPLATE
$ proffer validate proffer.yml
$ proffer validate -d proffer.yml
$ proffer apply proffer.yml
Options
-d, --debug Set debug flag to get detailed logging
-h, --help help for proffer
--var-file string YAML file containing dynamic variables
SEE ALSO
- proffer apply - Apply proffer configuration file.
- proffer completion - Generates shell completion script for specified shell type
- proffer gendoc - Generate proffer markdown documentation
- proffer validate - Validate proffer configuration file.