prompts-gpt project
Show the project linked to the current token.
Usage
prompts-gpt project [--json] [--token <token>] [--api-url <url>] [--cwd <path>]
Options
| Flag | Description |
|---|---|
--json | Print full project payload as JSON |
--token <token> | Override stored token |
--token-stdin | Read token from stdin |
--token-prompt | Prompt for token |
--api-url <url> | Override API URL |
--cwd <path> | Project directory |
Project Context
Returns:
{
id: string;
brandName: string;
websiteUrl: string;
industryCategory: string;
targetCountries: string[];
targetLanguage: string;
brandAliases: string[];
productKeywords: string[];
targetPersonas: string[];
competitors: Array<{
name: string;
websiteUrl: string | null;
aliases: string[];
}>;
}