File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 14
14
| list | List currently deployed projects |
15
15
| rm [ id] | Remove existing deployment or project |
16
16
| log [ id] | Get logs for existing deployment or project |
17
+ | token | Generate new deployment token |
17
18
| login | Login into Exoframe server |
18
19
| endpoint [ url] | Gets or sets the endpoint of Exoframe server |
19
20
| completion | Generates bash completion script |
@@ -61,3 +62,12 @@ Currently it contains endpoint URL and list of template plugins:
61
62
``` yaml
62
63
endpoint : ' http://localhost:8080' # your endpoint URL, defaults to localhost
63
64
` ` `
65
+
66
+ ## Deployment tokens
67
+
68
+ Sometimes you might need to deploy things from environments that don't have your private key (e.g. CI/CD services).
69
+ For this cases you can use deployment tokens. Here's how it works:
70
+
71
+ 1. Make sure you are logged in to your Exoframe server
72
+ 2. Generate new deployment token using ` exoframe token` command
73
+ 3. Use the new token to deploy your service without need to authenticate : ` exoframe deploy -t $TOKEN`
You can’t perform that action at this time.
0 commit comments