This repository has been archived by the owner. It is now read-only.
authoritah 0.1.1
authoritah
Authoritah is a tool for managing Auth0 rules via declarative configuration.
Installation
Download the latest version for your platform (Linux, OSX).
Place binary somewhere on your path and set execution permissions (chmod +x authoritah
).
Alternatively, we provide a Docker container for this executable which you can use.
The image will attempt to mount whatever volume you supply (-v
) pointing to /auth0
as the point from which it will load the rules.yml
config and rule script definitions. This will typically be the same directory you are running authoritah
from.
docker pull articulate/authoritah
docker run --rm -ti -v $(pwd):/auth0 articulate/authoritah help
The help
authoritah - Authoritah is a tool for managing Auth0 configuration via declarative configuration.
Usage:
authoritah [command] [arguments]
Commands:
apply [rules file] # Applies config to an Auth0 instance
config [cmd] [options] # Set authoritah configuration options
diff [rules file] # Shows differences between existing ruleset and local config
dump [rules file] # Saves server ruleset to local file
help [command] # Help about any command.
jwt [refresh] # Generate a JWT or force a refresh of the token
Flags:
-h, --help # Help for this command. default: 'false'.
Contributing
- Fork it ( https://github.com/plukevdh/authoritah/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- plukevdh Luke van der Hoeven - creator, maintainer
Repository
authoritah
Owner
Statistic
- 1
- 0
- 0
- 0
- 2
- over 7 years ago
- April 12, 2016
License
MIT License
Links
Synced at
Thu, 07 Nov 2024 02:59:37 GMT
Languages