@primitivedotdev/cli 0.30.1 → 0.30.2

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.
@@ -13316,8 +13316,8 @@ const PRIMITIVE_TEAM_AUTHOR = {
13316
13316
  name: "Primitive Team",
13317
13317
  url: "https://primitive.dev"
13318
13318
  };
13319
- const SDK_VERSION_RANGE = "^0.30.1";
13320
- const CLI_VERSION_RANGE = "^0.30.1";
13319
+ const SDK_VERSION_RANGE = "^0.30.2";
13320
+ const CLI_VERSION_RANGE = "^0.30.2";
13321
13321
  const ESBUILD_VERSION_RANGE = "^0.27.0";
13322
13322
  function renderHandler() {
13323
13323
  return `// env.PRIMITIVE_API_KEY is auto-injected by the Primitive Functions runtime.
@@ -15851,6 +15851,7 @@ const generatedCommands = Object.fromEntries(operationManifest.filter((operation
15851
15851
  const COMMANDS = {
15852
15852
  completion: CompletionCommand,
15853
15853
  "list-operations": ListOperationsCommand,
15854
+ config: ConfigListCommand,
15854
15855
  "config:list": ConfigListCommand,
15855
15856
  "config:reset": ConfigResetCommand,
15856
15857
  "config:set": ConfigSetCommand,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primitivedotdev/cli",
3
- "version": "0.30.1",
3
+ "version": "0.30.2",
4
4
  "description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.",
5
5
  "type": "module",
6
6
  "sideEffects": false,