Skip to content

Commit c16dfe2

Browse files
authored
Merge pull request #892 from Pangjiping/chore/osb-ops
chore(README): osb-cli apikey ops for quick start
2 parents effb04c + 5bcb721 commit c16dfe2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ Quick start:
122122
osb config init
123123
osb config set connection.domain localhost:8080
124124
osb config set connection.protocol http
125+
osb config set connection.api_key <your-api-key>
125126
osb sandbox create --image python:3.12 --timeout 30m -o json
126127
osb command run <sandbox-id> -o raw -- python -c "print(1 + 1)"
127128
```

cli/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ opensandbox-server
5050
osb config init
5151
osb config set connection.domain localhost:8080
5252
osb config set connection.protocol http
53+
osb config set connection.api_key <your-api-key>
5354
osb config show -o json
5455
```
5556

0 commit comments

Comments
 (0)