@xano/cli 0.0.82-beta.3 → 0.0.82-beta.4
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/oclif.manifest.json +1434 -1434
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -346,6 +346,10 @@ xano tenant deploy_platform <tenant_name> --platform_id 5
|
|
|
346
346
|
|
|
347
347
|
# Deploy a release by name
|
|
348
348
|
xano tenant deploy_release <tenant_name> --release v1.0
|
|
349
|
+
|
|
350
|
+
# Deploy with a license override file
|
|
351
|
+
xano tenant deploy_platform <tenant_name> --platform_id 5 --license ./license.yaml
|
|
352
|
+
xano tenant deploy_release <tenant_name> --release v1.0 --license ./license.yaml
|
|
349
353
|
```
|
|
350
354
|
|
|
351
355
|
#### Tenant License
|