diff --git a/internal/assist/prompt.go b/internal/assist/prompt.go index 3e07be3..1647dc7 100644 --- a/internal/assist/prompt.go +++ b/internal/assist/prompt.go @@ -87,9 +87,14 @@ dhq signup — Create a new DeployHQ account Projects: dhq projects list|show|create|update|delete|star|insights dhq projects update --name|--permalink|--zone|--email-notify-on|--notification-email|--notify-pusher|--check-undeployed-changes|--store-artifacts +dhq projects regenerate-key [--key-type ED25519|RSA] (regenerates the SSH deploy key; prints the new public key) +dhq projects undeployed-changes (commits not yet deployed) +dhq projects ai-overview --end-ref [--start-ref ] (AI summary of changes) Servers & Groups: dhq servers list|show|create|update|delete|reset-host-key -p +dhq servers from-global -p (add a global server template to a project) +dhq servers metrics -p (point-in-time metrics snapshot; beta, SSH only, use --json) dhq server-groups list|show|create|update|delete -p Deployments: @@ -105,6 +110,7 @@ Configuration: dhq env-vars list|show|create|update|delete -p dhq global-env-vars list|show|create|update|delete dhq config-files list|show|create|update|delete -p +dhq config-files link-global|unlink-global -p (link/unlink an account-wide config file) dhq excluded-files list|show|create|update|delete -p Build Pipeline: @@ -114,6 +120,7 @@ dhq language-versions list -p (alias: dhq lv list) SSH & Deployment Commands: dhq ssh-commands list|show|create|update|delete -p +dhq ssh-commands link-global|unlink-global -p (link/unlink an account-wide SSH command) dhq ssh-keys list|create|delete Integrations & Automation: @@ -123,12 +130,29 @@ dhq scheduled-deploys list|show|create|update|delete -p Templates: dhq templates list|show|public|public-show|create|update|delete +dhq templates config-files|servers list|show|create|update|delete -t