@enerlence/suntropy-cli 0.8.2 → 0.9.0

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.
@@ -4348,7 +4348,7 @@ function registerGeocodeCommands(program2) {
4348
4348
  }
4349
4349
 
4350
4350
  // src/index.ts
4351
- var CLI_VERSION = true ? "0.8.2" : "0.0.0-dev";
4351
+ var CLI_VERSION = true ? "0.9.0" : "0.0.0-dev";
4352
4352
  function createProgram() {
4353
4353
  const program2 = new Command3();
4354
4354
  program2.name("suntropy").description("Agent-first CLI for Suntropy solar platform. Optimized for programmatic data manipulation and progressive exploration.").version(CLI_VERSION).option("--format <format>", "Output format: json (default), human, csv", "json").option("--fields <fields>", "Comma-separated fields to include in output").option("--server <url>", "Override API server URL").option("--token <jwt>", "Override authentication token").option("--profile <name>", "Use a specific config profile").option("--verbose", "Show HTTP request/response details on stderr").option("--quiet", "Suppress non-data output").option("--save <file>", "Save output to file (also writes to stdout)");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enerlence/suntropy-cli",
3
- "version": "0.8.2",
3
+ "version": "0.9.0",
4
4
  "description": "Agent-first CLI for Suntropy solar platform",
5
5
  "type": "module",
6
6
  "bin": {