bt prompts list | --environment <SLUG> | List the prompt versions assigned to an environment |
bt prompts view | --slug, -s <SLUG> | Prompt slug (alternative to the positional argument) |
bt prompts view | --version <VERSION> | View a specific prompt version. Cannot be used with --environment |
bt prompts view | --environment <SLUG> | View the prompt version assigned to an environment. Cannot be used with --version |
bt prompts view | --web | Open the prompt in your browser instead of showing it in the terminal |
bt prompts versions | --slug, -s <SLUG> | Prompt slug (alternative to the positional argument) |
bt prompts assign | --slug, -s <SLUG> | Prompt slug (alternative to the positional argument) |
bt prompts assign | --version <VERSION> | Prompt version to assign. Required |
bt prompts assign | --environment <SLUG> | Environment to assign the prompt version to. Required |
bt prompts unassign | --slug, -s <SLUG> | Prompt slug (alternative to the positional argument) |
bt prompts unassign | --environment <SLUG> | Environment to remove the prompt from. Required |
bt prompts delete | --slug, -s <SLUG> | Prompt slug (alternative to the positional argument) |
bt prompts delete | --force, -f | Skip the confirmation prompt. Requires a prompt slug |