File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ Examples:
369369 $ scw exec myserver bash
370370 $ scw exec --gateway=myotherserver myserver bash
371371 $ scw exec myserver 'tmux a -t joe || tmux new -s joe || bash'
372- $ exec_secure =1 scw exec myserver bash
372+ $ SCW_SECURE_EXEC =1 scw exec myserver bash
373373 $ scw exec -w $(scw start $(scw create ubuntu-trusty)) bash
374374 $ scw exec $(scw start -w $(scw create ubuntu-trusty)) bash
375375 $ scw exec myserver tmux new -d sleep 10
@@ -1183,6 +1183,8 @@ $ scw inspect myserver | jq '.[0].public_ip.address'
11831183
11841184### master (unreleased)
11851185
1186+ * Use ` SCW_SECURE_EXEC ` instead of ` exec_exec `
1187+ * Remove ` scaleway_api_endpoint ` environment variable
11861188* ` scw login ` don't ask to upload ssh key when there is no keys
11871189
11881190View full [ commits list] ( https://github.com/scaleway/scaleway-cli/compare/v1.8.0...master )
You can’t perform that action at this time.
0 commit comments