Warning
This CLI is very experimental. Commands, flags, and behavior may change or break without notice.
The official FastStats CLI, built with Effect and OpenTUI.
npm i -g @faststats/cliThis installs the faststats command globally.
Authenticate with browser-based device authorization:
faststats loginFollow the printed URL to authorize the device. Once logged in you can check or clear your session:
faststats status # show authentication status
faststats logout # remove the stored access tokenfaststats dashboard # browse project dashboards in an interactive TUIfaststats project list # list your projects
faststats project create # create a project (interactive)
faststats project show <slug> # show project detailsfaststats project datasource list <slug>
faststats project datasource create <slug> # interactive
faststats project datasource edit <slug> [datasource]
faststats project datasource remove <slug> [datasource]Run any command with --help to see its flags and arguments.
Completions support bash, zsh, and fish, including dynamic project-slug completion.
faststats --completions bash # print a completion script for the given shellAdd the output to your shell config, then reload your shell.