table of contents
AG-TOOL(1) | User Commands | AG-TOOL(1) |
NAME¶
ag-tool - Edit the libaccounts database
SYNOPSIS¶
ag-tool create-account PROVIDER-ID [DISPLAY-NAME [enable | disable]]
ag-tool delete-account {ACCOUNT-ID | all}
ag-tool disable-account ACCOUNT-ID
ag-tool disable-service ACCOUNT-ID SERVICE-ID
ag-tool enable-account ACCOUNT-ID
ag-tool enable-service ACCOUNT-ID SERVICE-ID
ag-tool get-account ACCOUNT-ID {int | uint | bool | string : key}
ag-tool get-service ACCOUNT-ID SERVICE-ID {int | uint | bool | string : key}
ag-tool list-accounts
ag-tool list-enabled [ACCOUNT-ID]
ag-tool list-providers
ag-tool list-services [ACCOUNT-ID]
ag-tool list-settings ACCOUNT-ID
ag-tool --help
DESCRIPTION¶
ag-tool is a simple tool to modify and query the accounts database.
INVOCATION¶
ag-tool takes a required action as argument, followed by zero or more options.
Actions and options¶
delete-account
disable-account
disable-service
enable-account
enable-service
get-account
get-service
list-accounts
list-enabled
list-providers
list-services
list-settings
--help
AUTHOR¶
ag-tool was written by Aparna Nandyal <aparna.nand@wipro.com>.
This manual page was written by David King <david.king@canonical.com>.
07/12/2017 | libaccounts-glib 1.23 |