Skip to content

fal keys

Terminal window
Usage: fal keys [-h] [--debug] [--pdb] [--cprofile] command ...
Manage fal keys.
Options:
-h, --help show this help message and exit
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.
Commands:
command
create Create a key.
list List keys.
revoke Revoke key.

Create

Terminal window
Usage: fal keys create [-h] [--debug] [--pdb] [--cprofile] --scope {ADMIN,API}
[--desc DESC]
Create a key.
Options:
-h, --help show this help message and exit
--scope {ADMIN,API} The privilege scope of the key.
--desc DESC Key description (e.g. "My Test Key")
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.

List

Terminal window
Usage: fal keys list [-h] [--debug] [--pdb] [--cprofile]
List keys.
Options:
-h, --help show this help message and exit
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.

Revoke

Terminal window
Usage: fal keys revoke [-h] [--debug] [--pdb] [--cprofile] key_id
Revoke key.
Positional Arguments:
key_id Key ID.
Options:
-h, --help show this help message and exit
Debug:
--debug Show verbose errors.
--pdb Start pdb on error.
--cprofile Show cProfile report.