The Faces CLI lets you generate interactive, explorable decks from your terminal. Describe what you want and get a live, shareable project in seconds.Documentation Index
Fetch the complete documentation index at: https://docs.faces.app/llms.txt
Use this file to discover all available pages before exploring further.
Install
faces command on your $PATH.
Authenticate
Run the login command to create and store an API key:- Open your browser to sign in to Faces
- Create an API key named “CLI”
- Save it to
~/.config/faces/credentials.json(mode0600)
--team with the team slug or id:
faces list shows projects from that team (plus any shared with you). You can find a team’s slug or id with the API: GET /api/v1/teams.
You can also pass an API key directly with
--api-key or set the FACES_API_KEY environment variable. Keys created from Settings > Developers in the dashboard let you pick a team at creation time as an alternative to faces login --team.Verify
Configuration
The CLI reads configuration in this order:--api-keyflag (highest priority)~/.config/faces/credentials.json(created bylogin)FACES_API_KEYenvironment variable
