libstax and stax CLI command
Go to file
Hamcha 426aa99753
get the name right dummy!!!
2024-04-13 02:34:27 +02:00
.cargo add staxman 2024-04-13 01:46:52 +02:00
.forgejo/workflows nicer ci name 2024-04-13 02:32:44 +02:00
libstax version pumb 2024-04-13 02:20:29 +02:00
src oh nooo 2024-04-13 02:32:29 +02:00
.gitignore check in 2024-04-13 01:36:32 +02:00
Cargo.lock version pumb 2024-04-13 02:20:29 +02:00
Cargo.toml specify version for libstax 2024-04-13 02:32:38 +02:00
LICENSE.txt yo I got the license 2024-04-13 01:49:41 +02:00
README.md get the name right dummy!!! 2024-04-13 02:34:27 +02:00
rust-toolchain.toml check in 2024-04-13 01:36:32 +02:00

README.md

stax

"Compile" and deploy [containerlib] projects to docker stacks. Uses docker-compose and Deno currently.

Requirements

  • A healthy fear of the end
  • Docker CLI (for that sweet compose stuff)
  • Deno

stax shells out to both so get them somewhere safe and cozy.

Usage

stax-cli is not meant for human consumption! This is a diagnostic/troubleshooting tool! Ideally you'd be using serverman that will use libstax internally.

If you still wanna use it, here's the needlessly complex way to obtain it:

  1. Add our registry to your ~/.cargo/config.toml:
[registries]
staxman = { index = "sparse+https://git.fromouter.space/api/packages/staxman/cargo/" }
  1. Run cargo install --registry staxman stax-cli to install it.

License

AGPL-3.0-only