refresh

package
v1.6.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL