update doc

This commit is contained in:
Xavier 2019-05-30 09:48:43 +02:00
parent a09e299b3d
commit 4970787dd6

View File

@ -61,18 +61,25 @@ lemonldap-ng-cli - Command-line manager for Lemonldap::NG web-SSO system.
=head1 SYNOPSIS
# Get information about current configuration
Get information about current configuration
$ lemonldap-ng-cli info
# Update local configuration cache
Update local configuration cache
$ lemonldap-ng-cli update-cache
# Get some configuration parameter values
Save configuration
$ lemonldap-ng-cli save >conf.json
Get a configuration parameter value
$ lemonldap-ng-cli get portal domain cookieName
# Set some values
$ lemonldap-ng-cli set portal http://auth.e.com/ domain e.com
Set some values
$ lemonldap-ng-cli set portal http://auth.e.com/ domain e.com
# add or set a key
$ lemonldap-ng-cli addKey macro fullname '$givenName." ".$lastName'
@ -82,6 +89,26 @@ lemonldap-ng-cli is a command line interface to interact with Lemonldap::NG
configuration. Commands are described in L<Lemonldap::NG::Manager::Cli>
and L<Lemonldap::NG::Common::CLi>
=head2 Available commands
=over
=item info
=item update-cache
=item save
=item get
=item set
=item addKey
=item delKey
=back
=head1 SEE ALSO
L<Lemonldap::NG::Manager::Cli>, L<Lemonldap::NG::Common::CLi>