git-token / cli

GitToken CLI Program
2 stars 0 forks source link

git token deploy #1

Open Ryanmtate opened 7 years ago

Ryanmtate commented 7 years ago

Should be an "Inquirer" program that allows you to select multiple services to deploy, inquires about the environmental variables, and subsequently deploys the programs in the sequence from the main list.

For Example: database manager optionally deploys and configures mysql, and is a dependent of all GitToken services.

If selected for deployment as a services (configuring git_token database tables), then it should be deployed before any other selected service.

Ryanmtate commented 7 years ago

gittoken_cli

WIP-- shows mysql services inquiries first before other services; also keeps track of shared variables and sets them as defaults for subsequent deployment inquiries

Ryanmtate commented 7 years ago

convert inquirer answers from json to yaml configuration for docker-compose.yml

Consider an enhancement of using docker swarmand stack for configuring load balanced and auto-start functions