blob: 1b3d0907815b03a14dd8051b8b698dbbdd247aac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# Saml::Kit::Cli
[](https://travis-ci.org/saml-kit/saml-kit-cli)
[](https://codeclimate.com/github/saml-kit/saml-kit-cli/maintainability)
[](https://hakiri.io/github/saml-kit/saml-kit-cli/master)
## Installation
```ruby
gem install 'saml-kit-cli'
```
## Usage
```bash
も saml-kit
Commands:
saml-kit certificate SUBCOMMAND ...ARGS # Work with SAML Certificates.
saml-kit decode SUBCOMMAND ...ARGS # decode SAMLRequest/SAMLResponse.
saml-kit help [COMMAND] # Describe available commands or one specific command
saml-kit metadata SUBCOMMAND ...ARGS # Work with SAML Metadata.
saml-kit version # Display the current version
saml-kit xmldsig SUBCOMMAND ...ARGS # Check XML digital signatures.
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/saml-kit/saml-kit-cli.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|