We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc6d64 commit a8240e7Copy full SHA for a8240e7
1 file changed
README.md
@@ -69,8 +69,14 @@ export NEBIUS_API_BASE="https://api.tokenfactory.nebius.com/v1/"
69
70
## Usage
71
72
-### CLI Commands
+### Run Locally (Non-Docker)
73
+Ensure you have installed the package and set your credentials (see Configuration).
74
75
+```bash
76
+secnodeapi --target http://api.example.com/swagger.json
77
+```
78
+
79
+### CLI Commands & Options
80
Run against a remote schema:
81
```bash
82
secnodeapi --target https://api.example.com/swagger.json
0 commit comments