Skip to content
/ enola Public

[bkp] Command line tool to execute smarter deployments in cloud environments

License

Notifications You must be signed in to change notification settings

embatbr/enola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enola

Bombastic deployments!

enola is a command line tool to execute smarter deployments in cloud environments (starting with GCP).

Usage

enola <PRODUCT> <ACTION> [ACTION_ARGS]

e.g.,

enola composer build dev

Architecture

Cloud Configurations

The repository's root must have a package gcp, containing packages for each product. In example above, the package hierarchy must be similar to

- gcp
    |- [product_1]
        |- [env_1].json
        .
        .
        .
        |- [env_K].json
    .
    .
    .
    |- composer
        | - dev.json
    .
    .
    .
    |- product_N
        |- ...

About

[bkp] Command line tool to execute smarter deployments in cloud environments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages