Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.
/ FxACLI Public archive

A simple command line tool for creating and disposing of test accounts for Firefox Accounts.

License

Notifications You must be signed in to change notification settings

davehunt/FxACLI

Repository files navigation

FxACLI

A simple command line tool for creating and disposing of test accounts for Firefox Accounts.

License PyPI Travis Issues Updates

Installation

$ pip install fxacli

Target environment

By default all accounts will be created on the stage environment. You can use the --env command line option to target production or stable.

Creating a verified test account

$ fxacli create
Account created!
 - 🌐  https://api-accounts.stage.mozaws.net/v1
 - 📧  test-72a888a3f6@restmail.net
 - 🔑  IvOhSLzI
Account verified! 🎉

Destroying test accounts

The most recently created account can be destroyed by simply running:

$ fxacli destroy
Account destroyed! 💥
 - 🌐  https://api-accounts.stage.mozaws.net/v1
 - 📧  test-72a888a3f6@restmail.net
 - 🔑  IvOhSLzI

To destroy all accounts created using the tool, pass the --all flag.

To destroy a specific account, or one not created using this tool, you must specify --email and --password options.

Resources

About

A simple command line tool for creating and disposing of test accounts for Firefox Accounts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages