AgentSkillsCN

agentuity-cli-profile-create

创建新的配置文件

SKILL.md
--- frontmatter
name: agentuity-cli-profile-create
description: Create a new configuration profile
version: "0.1.2"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "<name>"
metadata:
  command: "agentuity profile create"
  tags: "mutating creates-resource fast"

Profile Create

Create a new configuration profile

Usage

bash
agentuity profile create <name> [options]

Arguments

ArgumentTypeRequiredDescription
<name>stringYes-

Options

OptionTypeRequiredDefaultDescription
--switchbooleanYes-switch to this profile (if more than one)

Examples

Create new item:

bash
bunx @agentuity/cli profile create production

Use switch option:

bash
bunx @agentuity/cli profile create staging --switch

Create new item:

bash
bunx @agentuity/cli profile create development

Output

Returns JSON object:

json
{
  "success": "boolean",
  "name": "string",
  "path": "string"
}
FieldTypeDescription
successbooleanWhether creation succeeded
namestringProfile name
pathstringProfile file path