fly-secrets-diff 0.1.1 → 0.1.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.
Files changed (2) hide show
  1. package/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -86,7 +86,7 @@ function args() {
86
86
  * @param {boolean} interactive - log stdout during execution
87
87
  * @returns {Promise<string>}
88
88
  */
89
- export function $(cmd, args, interactive = true) {
89
+ export function $(cmd, args, interactive = false) {
90
90
  const { promise, resolve, reject } =
91
91
  /** @type {PromiseWithResolvers<string>} */ (Promise.withResolvers())
92
92
  const spawn = child_process.spawn(cmd, args, { env: process.env })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fly-secrets-diff",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "CLI tool to diff fly.io machine secrets and local secrets",
5
5
  "keywords": [
6
6
  "diff",