@constructor-io/constructorio-connect-cli 1.4.0 → 1.4.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.
package/README.md CHANGED
@@ -14,9 +14,19 @@ This package is a CLI tool that helps you **build, test and deploy your connecto
14
14
  Before you begin, note that this package is intended for use with partner connections. If you don't have a connector
15
15
  running yet, please take a look at [our documentation](https://docs-beta.constructor.io/docs/integrating-with-constructor-platform-connectors) to see how you can get started.
16
16
 
17
+ Finally, make sure you have your **connect auth token** available. If you don't have this yet, please get in touch with our team and we'll set this up.
18
+
17
19
  ## 2. Install
18
20
 
19
- This package can be installed via npm: `npm i @constructor-io/constructorio-connect-cli`. Once installed, simply import or require the package into your repository.
21
+ You can initialize a new working repo with the following command:
22
+
23
+ ```bash
24
+ npx @constructor-io/constructorio-connect-cli init my-repo
25
+ ```
26
+
27
+ Where `my-repo` is the name of the folder and repository you want to create.
28
+
29
+ With the new repository initialized, you can start developing your catalog integration. Please refer to our [documentation](https://docs-beta.constructor.io/docs/integrating-with-constructor-platform-connectors) for more information on how to build your templates.
20
30
 
21
31
  ## 3. Commands
22
32
 
package/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- declare const _default: "1.4.0";
1
+ declare const _default: "1.4.2";
2
2
  export default _default;
3
3
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.default = '1.4.0';
3
+ exports.default = '1.4.2';
@@ -148,5 +148,5 @@
148
148
  ]
149
149
  }
150
150
  },
151
- "version": "1.4.0"
151
+ "version": "1.4.2"
152
152
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-connect-cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "description": "CLI tool to enable users to interface with the Constructor Connect Ecosystem",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",