packs(Array[String])
— List of packs to install. This can either be the name of a pack to install from the exchange, a URL to a pack to install from git://user@domain/pack.git or https://github.com/org/pack.git, or the path to a local git repo file:///path/to/local/pack
api_key(Optional[String])
— StackStorm API key to use for authentication (prefer this over username/password).
auth_token(Optional[String])
— StackStorm auth token. Use this if username/password auth has already been established in a previous task and auth token is being passed around.
username(Optional[String])
— Username to use for StackStorm authentication.
password(Optional[String])
— Password to use for StackStorm authentication.