@orth/cli 0.2.32 → 0.2.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -226,11 +226,10 @@ Credentials from `orth login` are stored in your OS user-config directory (manag
|
|
|
226
226
|
|
|
227
227
|
## Programmatic Use
|
|
228
228
|
|
|
229
|
-
Building an application instead of scripting the terminal? Use the official
|
|
229
|
+
Building an application instead of scripting the terminal? Use one of the official SDKs:
|
|
230
230
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
```
|
|
231
|
+
- **[`@orth/sdk`](https://www.npmjs.com/package/@orth/sdk)** — TypeScript/JavaScript (`npm install @orth/sdk`)
|
|
232
|
+
- **[`orth`](https://pypi.org/project/orth/)** — Python (`pip install orth`)
|
|
234
233
|
|
|
235
234
|
## Development
|
|
236
235
|
|