Command-line interface for Detail.
curl --proto '=https' --tlsv1.2 -LsSf https://cli.detail.dev | shcargo install --path .The Detail CLI requires an API token to operate. You can generate an API token from the Detail web UI in your account settings.
Once you have your token, authenticate with:
detail auth loginYou can check your authentication status at any time:
detail auth statusSee the full command-line reference for detailed usage of every command and option.
Use --help with any command for quick reference:
detail --help
detail bugs --help