fractal auth
usage: fractal auth [-h] {check-token,set-token,clear-token} ...
Authentication commands.
options:
-h, --help show this help message and exit
Valid sub-commands:
{check-token,set-token,clear-token}
fractal auth check-token
usage: fractal auth check-token [-h]
Check whether a valid token is available.
options:
-h, --help show this help message and exit
fractal auth clear-token
usage: fractal auth clear-token [-h]
Remove the file storing the token, if valid.
options:
-h, --help show this help message and exit
fractal auth set-token
usage: fractal auth set-token [-h]
Write a valid token to disk (using the default path or the user-provided
`--token-path` one).
options:
-h, --help show this help message and exit