eve-cli-primitives
Installation
SKILL.md
Eve CLI Primitives
Use this skill as the command map for Eve. Keep examples short and concrete.
Profiles (API Target + Defaults)
# Create and use a profile
eve profile create staging --api-url https://api.eve.example.com
eve profile use staging
# Set defaults to avoid repeating flags
eve profile set --default-email you@example.com --default-ssh-key ~/.ssh/id_ed25519
eve profile set --org org_xxx --project proj_xxx
# Inspect current profile
eve profile show