Merge pull request 'docs: add upgrading section to usage reference' (#132) from feat/usage-upgrade-hint into main
CI / check (push) Successful in 2m8s
CI / check (push) Successful in 2m8s
This commit was merged in pull request #132.
This commit is contained in:
@@ -140,5 +140,18 @@ For specific scenarios, run the corresponding \`uwf prompt\` command:
|
||||
|----------|---------|-------------|
|
||||
| Writing workflow YAML | \`uwf prompt workflow-authoring\` | Designing roles, conditions, graphs, and edge prompts |
|
||||
| Building a new agent adapter | \`uwf prompt adapter-developing\` | Creating a new \`uwf-<name>\` CLI adapter |
|
||||
|
||||
## Upgrading
|
||||
|
||||
\`\`\`bash
|
||||
# Install the latest version
|
||||
pnpm add -g @united-workforce/cli@latest @united-workforce/agent-hermes@latest
|
||||
# or: npm install -g @united-workforce/cli@latest @united-workforce/agent-hermes@latest
|
||||
|
||||
# Verify
|
||||
uwf --version
|
||||
|
||||
# Then run uwf prompt bootstrap and follow the upgrade instructions
|
||||
\`\`\`
|
||||
`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user