Deploy Elixir applications with ease using mix tasks.
Note
This package is not published on hex.pm, so you need to specify this git repository when declaring the dependency.
Add :jet to your list of dependencies in your mix.exs, pointing
to the official GitHub repository.
def deps do
[
{:jet, git: "https://github.com/threatfender/jet"}
]
endTODO: Complete when ready for use!
This is a tentative roadmap establishing the project's evolutionary trajectory:
- Establish foundational project structure
- Establish project scope and create command namespaces
- jet.carrier - Manage cloud app nodes
- jet.pilot - Manage OS service configuration
- jet.wingman - Manage proxy servers
- jet - Manage app deployments
- jet.hangar - Manage cloud build nodes
- jet.base - Manage organization's space
- jet.bay - Manage security controls
- jet.depo - Manage storage space (block storage)
- jet.tower - Centralized operations server
Jet is open source software licensed under the Apache 2.0 License.