Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RefreshCmd = &cobra.Command{ Use: "refresh", Short: "Refresh the access token using the stored refresh token", Long: `The refresh command exchanges the stored refresh token for a new JWT access token without requiring the user to re-enter credentials. This is useful for testing the token refresh flow end-to-end and for scripting scenarios where a fresh token is needed.`, Example: `omnistrate-ctl refresh`, RunE: runRefresh, SilenceUsage: true, }
RefreshCmd represents the refresh command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.