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
プロンプト用の新しい宣言型 <name>.yaml を作成します
ar.dev/v1alpha1 宣言型形式を使用して、現在のディレクトリに新しい <name>.yaml を作成します。コードのスキャフォールディングは生成されません。
生成されたファイルは arctl apply -f my-prompt.yaml で直接適用できます。
使用方法
arctl init prompt NAME [flags]例:
arctl init prompt my-prompt
arctl init prompt my-prompt --description "System prompt for summarization"コマンド固有のフラグ
--content string: Initial prompt content (default "You are a helpful assistant.").
--description string: Prompt description.グローバルフラグ
-h, --help: Display help information for the command.
--output-dir string: Parent directory under which the project is created. Defaults to the current directory.