fft project
Manage projects
Manage the fulfillmenttools projects fft can talk to.
A project is one tenant plus the Firebase project that authenticates against it. Its non-secret settings live in ~/.config/fft/config.yaml; its password and tokens live in your OS keychain, one entry per secret.
The base URL is stored, never derived from the project id — the official docs disagree with themselves about the host format, so fft refuses to guess.
Usage
fft projectSubcommands
- fft project add — Configure a project
- fft project current — Show the active project
- fft project list — List the configured projects
- fft project read-only — Refuse every request that would change a project
- fft project remove — Remove a project and its stored credentials
- fft project use — Set the active project
See also
- fft — parent command
This command also accepts the global flags.