sml-cli 2026.4.0-rc.9 → 2026.5.0-rc.1
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 +4 -0
- package/dist/index.js +282 -281
- package/oclif.manifest.json +4 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -142,6 +142,10 @@ EXAMPLES
|
|
|
142
142
|
$ sml-cli validate
|
|
143
143
|
|
|
144
144
|
$ sml-cli validate ./path-to-sml-project
|
|
145
|
+
|
|
146
|
+
ATSCALE_API_URL=https://host:10500 ATSCALE_API_TOKEN=<token> sml-cli validate
|
|
147
|
+
|
|
148
|
+
ATSCALE_API_URL=https://host:10500 ATSCALE_API_TOKEN=<token> sml-cli validate ./path-to-sml-project
|
|
145
149
|
```
|
|
146
150
|
<!-- commandsstop -->
|
|
147
151
|
|