Skip to content

Commit a1d9a62

Browse files
author
Quentin Perez
committed
Update README.md
1 parent c36e648 commit a1d9a62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

11881190
View full [commits list](https://github.com/scaleway/scaleway-cli/compare/v1.8.0...master)

0 commit comments

Comments
 (0)