@keywaysh/cli 0.1.10 → 0.1.11

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.
Files changed (2) hide show
  1. package/dist/cli.js +3 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -101,7 +101,7 @@ var INTERNAL_POSTHOG_HOST = "https://eu.i.posthog.com";
101
101
  // package.json
102
102
  var package_default = {
103
103
  name: "@keywaysh/cli",
104
- version: "0.1.10",
104
+ version: "0.1.11",
105
105
  description: "One link to all your secrets",
106
106
  type: "module",
107
107
  bin: {
@@ -2556,6 +2556,8 @@ async function executeSyncOperation(accessToken, repoFullName, connectionId, pro
2556
2556
  const preview = await getSyncPreview(accessToken, repoFullName, {
2557
2557
  connectionId,
2558
2558
  projectId: project.id,
2559
+ serviceId: project.serviceId,
2560
+ // Railway: service ID for service-specific variables
2559
2561
  keywayEnvironment: keywayEnv,
2560
2562
  providerEnvironment: providerEnv,
2561
2563
  direction,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keywaysh/cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "One link to all your secrets",
5
5
  "type": "module",
6
6
  "bin": {