diff --git a/psu b/psu old mode 100644 new mode 100755 index 69eb8f4..5cbdf7b --- a/psu +++ b/psu @@ -2,9 +2,22 @@ # # Deploy/update/undeploy Docker stacks in a Portainer instance. -################### -# Main entrypoint # -################### +########################## +# Main entrypoint # +# Globals: # +# AUTH_TOKEN # +# HTTPIE_VERIFY_SSL # +# PORTAINER_URL # +# PORTAINER_USER # +# PORTAINER_PASSWORD # +# PORTAINER_STACK_NAME # +# STACK # +# ACTION # +# Arguments: # +# None # +# Returns: # +# None # +########################## main() { set_globals $@