Skip to content

cli: Improve deploy-token command UX and safety

Slavina Stefanova requested to merge slavina/refresh-token into main

The deploy-token command has been updated to better handle token lifecycle and prevent accidental token invalidation. Changes include:

  • Add explicit token refresh command using PUT endpoint
  • Prevent creation of new tokens when one already exists
  • Add messages explaining available actions
  • Add confirmation prompts for destructive operations

Bug: T380706

Merge request reports