Token redeem command¶
Redeem a token file in order to create a link to a remote site.
| Platforms | Kubernetes, 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 |
|
|---|
--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] ```