Synced package doc
Docs/prompts-gpt Package/prompts-gpt project

prompts-gpt project

Show the project linked to the current token.

Usage

prompts-gpt project [--json] [--token <token>] [--api-url <url>] [--cwd <path>]

Options

FlagDescription
--jsonPrint full project payload as JSON
--token <token>Override stored token
--token-stdinRead token from stdin
--token-promptPrompt 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[];
  }>;
}

See Also