Skip to content
GitHub

Token redeem command

skupper token redeem [options]

Redeem a token file in order to create a link to a remote site.

PlatformsKubernetes, Docker, Podman, Linux

Examples

# Redeem an access token
$ skupper token redeem ~/token.yaml
Waiting for status...
Link "west-6bfn6" is active.
You can now safely delete /home/fritz/token.yaml.

Primary options

--help

boolean
help for redeem

--timeout

<duration>
raise an error if the operation does not complete in the given period of time (expressed in seconds). (default 1m0s) ``` ``` -c, --context string Set the kubeconfig context
Default

1m0s

--kubeconfig

<string>
Path to the kubeconfig file to use -n, --namespace string Set the namespace -p, --platform string Set the platform type to use [kubernetes, podman, docker, linux] ```

Global options