For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
arctl init prompt
Create a new
The generated file can be applied directly: arctl apply -f my-prompt.yaml
Usage
arctl init prompt NAME [flags]Example:
arctl init prompt my-prompt
arctl init prompt my-prompt --description "System prompt for summarization"Command-specific flags
--content string: Initial prompt content (default "You are a helpful assistant.").
--description string: Prompt description.Global flags
-h, --help: Display help information for the command.
--output-dir string: Parent directory under which the project is created. Defaults to the current directory.