Skip to content

A tool which helps to generate lithos config from a vagga config

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

tailhook/vagga2lithos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagga To Lithos

Status: Alpha

A tool which helps to generate lithos config from a vagga config.

  • vagga -- is a tool for development environments that runs linux containers
  • lithos -- is a supervisor for running containers in production

Installation

Should be installable from pip:

pip install vagga2lithos==0.1.0

But in the meantime install from github:

pip install git+https://github.com/tailhook/vagga2lithos

Try

Running directly from the repo:

vagga run generate -f examples/django/vagga.yaml run

Running installed tool (in your project directory):

vagga2lithos generate your-run-command > lithos.yaml

To check if your configuration is in sync:

vagga2lithos check your-run-command

To update your configuration file:

vagga2lithos update your-run-command --verbose --interactive

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

A tool which helps to generate lithos config from a vagga config

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages