@constructor-io/constructorio-connect-cli 1.4.0 → 1.4.1
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 +11 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
package/dist/version.js
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED