mirror of
https://gitlab.com/psuapp/psu.git
synced 2024-08-30 18:12:34 +00:00
Update docs for ACTION and -a in readme
This commit is contained in:
parent
d24e356663
commit
677df92bba
@ -24,7 +24,7 @@ The provided `psu` script allows to deploy/update/undeploy portainer stacks. Set
|
||||
|
||||
This is particularly useful for CI/CD pipelines.
|
||||
|
||||
- `ACTION` (string, required): deploy/undeploy
|
||||
- `ACTION` ("deploy" or "undeploy", required): Whether to deploy or undeploy the stack
|
||||
- `PORTAINER_USER` (string, required): Username
|
||||
- `PORTAINER_PASSWORD` (string, required): Password
|
||||
- `PORTAINER_URL` (string, required): URL to Portainer
|
||||
@ -63,7 +63,7 @@ export PORTAINER_STACK_NAME="mystack"
|
||||
|
||||
This is more suitable for standalone script usage.
|
||||
|
||||
- `-a` (string, required): deploy/undeploy
|
||||
- `-a` ("deploy" or "undeploy", required): Whether to deploy or undeploy the stack
|
||||
- `-u` (string, required): Username
|
||||
- `-p` (string, required): Password
|
||||
- `-l` (string, required): URL to Portainer
|
||||
|
Loading…
Reference in New Issue
Block a user