CLICommands
talent
snug talent <COMMAND>Talent tree progression, allocation, and respec.
Subcommands
| Command | What it does |
|---|---|
definitions | Talent tree definition management (admin) |
curves | XP curve management (admin) |
xp | Experience and point wallet operations |
wallet | Show the caller's point wallet and XP |
state | Show the caller's annotated allocation state for a tree |
allocate | Allocate ranks into a node |
respec | Respec a tree (full or a single node) |
analytics | Allocation analytics (admin) |
Run snug talent <command> --help for that command's own options.
The global options apply everywhere.
Examples
snug talent definitions create --file ./pyromancer.json
snug talent definitions validate --file ./pyromancer_v5.json
snug talent definitions publish --tree-id tree_pyromancer --file ./pyromancer_v5.json
snug talent definitions get --tree-id tree_pyromancer
snug talent definitions list --active-only
snug talent definitions delete --tree-id tree_pyromancer --version 3
snug talent curves create --file ./curve_standard.json
snug talent curves get --curve-id curve_standard
snug talent xp grant --curve-id curve_standard --amount 350 --source quest:quest_forge_apprentice
snug talent wallet
snug talent state --tree-id tree_pyromancer
snug talent allocate --tree-id tree_pyromancer --node-id node_ignite --ranks 1
snug talent respec --tree-id tree_pyromancer --full
snug talent respec --tree-id tree_pyromancer --node-id node_firewall --ranks 1
snug talent analytics paths --tree-id tree_pyromancer
snug talent analytics archetypes --tree-id tree_pyromancerNext
- talent guide - what the service does and when to reach for it.
- API reference - every endpoint these commands call.
- CLI reference - global options, output modes, and exit codes.