We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64db5de commit 6d5666dCopy full SHA for 6d5666d
README.md
@@ -43,15 +43,5 @@ docker run \
43
codefresh/stevedore create --all
44
```
45
46
-# Find you Codefresh JWT token
47
-* Go to `https://g.codefresh.io/api/`
48
-* Copy the token on the right side
49
-
50
-## More functionallity
51
-`stevedore create --token {Codefresh token} --config {another kube config valid file}`
52
53
-# Todo:
54
-* [ ] Support interactive mode
55
-* [X] Support verbose/debug mode
56
-* [ ] Support service-accounts from not default namespace
57
-* [ ] Dry run
+# Generate Codefresh token
+* https://g.codefresh.io/account-conf/tokens
0 commit comments