A command line tool to ease interacting with the OAuth implementation of Firefox Accounts.
Перейти к файлу
Sean McArthur efc67cc067 Merge pull request #6 from mozilla/rename-whitelisted-to-trusted
fix(clients): rename 'whitelisted' property to 'trusted'.
2015-07-07 17:37:39 -07:00
bin fix(clients): rename 'whitelisted' property to 'trusted'. 2015-07-08 10:12:06 +10:00
lib review comments 2015-02-03 18:19:01 -08:00
.gitignore review comments 2015-02-03 18:19:01 -08:00
.jscsrc init 2014-09-17 10:05:57 -07:00
.jshintrc init 2014-09-17 10:05:57 -07:00
LICENSE init 2014-09-17 10:05:57 -07:00
README.md feat(clients): implement several commands 2015-02-02 11:25:41 -08:00
package.json feat(clients): implement several commands 2015-02-02 11:25:41 -08:00

README.md

FxA OAuth Client

A command line tool to ease interacting with the OAuth implementation of Firefox Accounts.

  Usage: fxa-oauth [options] [command]


  Commands:

    token <clientId> <scope>              Get an OAuth token.
    clients                               List all clients.
    register                              Register a new OAuth client.
    update <clientId> <property> <value>  Update a property of a client.
    delete <clientId>                     Delete an OAuth client.

  Options:

    -h, --help          output usage information
    -V, --version       output the version number
    -e, --env <env>     Target a server environment: [prod, stage, stable, latest]. Default: stable
    -u, --user <email>  Env: FXA_USER
    --url <url>         The base url of the OAuth server
    --fxa <url>         The base url of the Auth server
    -v, --verbose       Receive verbose output.