command-line tool to help with app management #6

Closed
opened 2020-09-06 19:01:00 +00:00 by 3wordchant · 2 comments
Owner
  • generate secrets, and store in docker secret (and pass) -- see #4
  • deploy (initially just wrap docker stack deploy to minimise foot-cannons)
  • logs (combined log from all stack's services a la Heroku?)
  • shell

Name ideas:

  • cocl (COop CLoud)
  • tada / abra (magicapp-inspired)
- generate secrets, and store in `docker secret` (and `pass`) -- see #4 - deploy (initially just wrap `docker stack deploy` to minimise foot-cannons) - logs (combined log from all stack's services a la Heroku?) - shell Name ideas: - `cocl` (COop CLoud) - `tada` / `abra` (magicapp-inspired)
Owner

generate secrets, and store in docker secret (and pass) -- see #4
deploy (initially just wrap docker stack deploy to minimise foot-cannons)

One thought was to have a {cocl|tada|abra}.yml file which has something like this:

---
name: mystack

secrets:
  foo:
  bar:
  baz:
    length: 8 # optional, default is some x

Dunno if that is overkill for v0.0.0.0.1 though :)

> generate secrets, and store in docker secret (and pass) -- see #4 > deploy (initially just wrap docker stack deploy to minimise foot-cannons) One thought was to have a `{cocl|tada|abra}.yml` file which has something like this: ```yaml --- name: mystack secrets: foo: bar: baz: length: 8 # optional, default is some x ``` Dunno if that is overkill for v0.0.0.0.1 though :)
Author
Owner

Ta-da! https://git.autonomic.zone/autonomic-cooperative/abra

(Janky bash script to inspire something better..)

Handles generating secrets, deploying, and running a shell & arbitrary commands.

Ta-da! https://git.autonomic.zone/autonomic-cooperative/abra (Janky bash script to inspire something better..) Handles generating secrets, deploying, and running a shell & arbitrary commands.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#6
No description provided.