auth

Authenticate to jsrepo.com.

	jsrepo auth

Usage

Authenticate to jsrepo.com:

	jsrepo auth

Logout of jsrepo.com:

	jsrepo auth --logout

Login using a token:

	jsrepo auth --token <...>

Options

--token

The token to use for authenticating to your service.

Usage

	jsrepo auth --token <...>

--logout

Executes the logout flow.

Usage

	jsrepo auth --logout

--cwd

Run the current command on the provided directory absolute or relative.

Usage

	jsrepo auth --cwd ./sites/docs

-h, --help

Help with the command.

Usage

	jsrepo add --help