We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents effb04c + 5bcb721 commit c16dfe2Copy full SHA for c16dfe2
2 files changed
README.md
@@ -122,6 +122,7 @@ Quick start:
122
osb config init
123
osb config set connection.domain localhost:8080
124
osb config set connection.protocol http
125
+osb config set connection.api_key <your-api-key>
126
osb sandbox create --image python:3.12 --timeout 30m -o json
127
osb command run <sandbox-id> -o raw -- python -c "print(1 + 1)"
128
```
cli/README.md
@@ -50,6 +50,7 @@ opensandbox-server
50
51
52
53
54
osb config show -o json
55
56
0 commit comments