add exec, run and scale, and the agent skill
The skill documents how to use myos: what to check before touching a host stack, how a reference resolves, what the three kinds of stack mean, and where each failure comes from. Every command it shows was run against the fixtures before being written down, which is how exec, run and scale turned out to be missing. AGENTS.md covers the other side: how to change myos without breaking the deployments that already run it.
This commit is contained in:
@@ -70,3 +70,10 @@ inc-app-print-env-vars | app-git | @make print-ENV_VARS
|
||||
inc-app-print-network-default | app-git | @make print-DOCKER_NETWORK_DEFAULT
|
||||
inc-app-stack-postgres-up | app-git | @make up STACK=postgres
|
||||
inc-app-unknown-target | app-git | @make doesnotexist
|
||||
cmd-exec-host | host-project | exec host/consul -- consul members
|
||||
cmd-exec-service | host-project | exec host/fabio SERVICE=fabio -- sh
|
||||
cmd-run-catalogue | app-nogit | run postgres -- psql -l
|
||||
cmd-scale | app-nogit | scale postgres SERVICE=postgres NUM=3
|
||||
cmd-ls | host-project | ls
|
||||
cmd-ls-groups | host-project | ls --groups
|
||||
cmd-env-domain | host-project | env DOMAIN
|
||||
|
||||
Reference in New Issue
Block a user