@vizzly/cli
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -87,11 +87,2 @@ #!/usr/bin/env node | ||
program | ||
.command("studio") | ||
.description("Opens dashboard edit session.") | ||
.requiredOption("-o, --organisation-id <type>", "ID of your organisation") | ||
.option("-d, --dashboard-id <type>", "Dashboard ID to edit") | ||
.option("-pk, --private-key <type>", "Path to your private key.", commands.DEFAULT_PRIVATE_KEY_FILE_PATH) | ||
.requiredOption("-c, --config-folder <type>", "Path to the folder containing the Vizzly config.") | ||
.option("-e, --endpoint <type>", "Path to your private key.", commands.DEFAULT_PRIVATE_KEY_FILE_PATH) | ||
.action(commands.openStudio); | ||
program | ||
.command("create-key-pair") | ||
@@ -98,0 +89,0 @@ .description("Create public and private key pairs") |
{ | ||
"name": "@vizzly/cli", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "repository": "git@github.com:vizzly-co/cli.git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40225
750