glab-runner-controller-token-rotate - Man Page
Rotate a token for a runner controller. (EXPERIMENTAL)
Synopsis
glab runner-controller token rotate [flags]
Description
Rotate a token for a runner controller. (EXPERIMENTAL)
Options
-f, --force[=false] Skip confirmation prompt.
-F, --output="text" Format output as: text, json.
Options Inherited from Parent Commands
-h, --help[=false] Show help for this command.
Example
# Rotate token 1 for runner controller 42 (with confirmation prompt) $ glab runner-controller token rotate 42 1 # Rotate without confirmation $ glab runner-controller token rotate 42 1 --force # Rotate and output as JSON $ glab runner-controller token rotate 42 1 --force --output json
See Also
Referenced By
glab-runner-controller-token(1).
Mar 2026 Auto generated by spf13/cobra