@stackone/cli 1.43.2 → 1.44.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.
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ stackone push --api-key <your-api-key> --api-url <api-url> path/to/connector.s1.
|
|
|
91
91
|
- **Profile validation**: Ensures the specified profile exists before uploading (when using `--profile`)
|
|
92
92
|
- **File validation**: Checks that the file exists and is a valid connector before attempting upload
|
|
93
93
|
- **Batch upload**: Supports uploading multiple connectors from a directory
|
|
94
|
-
- **Force push**: Use `--force` to bypass version conflict checks and overwrite an existing connector version
|
|
94
|
+
- **Force push**: Use `--force` to bypass version conflict checks and overwrite an existing connector version. Projects with Immutable Versioning enabled still refuse the overwrite; the CLI warns when this happens so you can push a new version instead
|
|
95
95
|
|
|
96
96
|
### `pull`
|
|
97
97
|
|
package/dist/cli.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const e=require(`./agentConfig-KBkYYmMr.cjs`),t=require(`./cliCore-
|
|
2
|
+
const e=require(`./agentConfig-KBkYYmMr.cjs`),t=require(`./cliCore-DUvOvrms.cjs`);require(`./setupMigration-rqPZ8MV6.cjs`),require(`./agentApiKey-BDp7EFMI.cjs`);let n=require(`dotenv`);process.env.DOTENV_CONFIG_QUIET=`true`,(0,n.config)(),new t.t().run();
|
package/dist/cli.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{t as e}from"./cliCore-
|
|
2
|
+
import{t as e}from"./cliCore-DSgrBC4x.mjs";import"./agentConfig-BWQWMYKQ.mjs";import"./setupMigration-C1ShGzOu.mjs";import"./agentApiKey-CWXxJgCO.mjs";import{config as t}from"dotenv";process.env.DOTENV_CONFIG_QUIET=`true`,t(),new e().run();export{};
|