You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To initialize a snap-in template, run the following command:
23
23
@@ -58,7 +58,7 @@ The command creates a folder `devrev-snaps-typescript-template`. This contains a
58
58
-`manifest` file defines the resources to be created on the DevRev platform. For detailed information on the various components of a manifest file, see [Snap-in Manifest](/snapin-development/references/manifest).
59
59
-`code` folder consists of sample starter code for snap-ins. For detailed information on how to get started, see [starter example repo](https://github.com/devrev/snap-in-examples/tree/main/1-starter/code#readme).
60
60
61
-
### Creating a snap-in package
61
+
### Create a snap-in package
62
62
63
63
To create a [snap-in package](/snapin-development/concepts), run the following command:
2. On successful creation, the CLI automatically stores the package ID in its context corresponding to the slug. For more information, refer to the [Snap-in Context](/snapin-development/references/cli#snap-in-context).
71
71
</Callout>
72
72
73
-
### Creating a snap-in version
73
+
### Create a snap-in version
74
74
75
75
To create a [snap-in version](/snapin-development/references/cli#snap-in-version), run the following command:
76
76
@@ -113,7 +113,7 @@ To delete the snap-in version, run the following command:
113
113
devrev snap_in_version delete-one
114
114
```
115
115
116
-
### Installing a snap-in from a snap-in version
116
+
### Install a snap-in from a snap-in version
117
117
118
118
To create a snap-in from a snap-in version, run the following command:
119
119
@@ -131,7 +131,7 @@ To install the snap-in, you must be a member of the **Admins** group in the de
131
131
The CLI automatically stores the snap-in ID in its context. Refer to the [Snap-in Context](/snapin-development/references/cli#snap-in-context) section for more information.
132
132
</Callout>
133
133
134
-
### Configuring the snap-in
134
+
### Configure the snap-in
135
135
136
136
The snap-in is installed in draft state. It may require some configuration before it can be deployed.
137
137
@@ -145,12 +145,12 @@ Private keyrings from other creators aren't listed.
145
145
146
146
To make a connection available to other members in your organization, create it with the **visible to dev org** option set to true while creating the connection in the DevRev app.
147
147
148
-
### Deploying the snap-in
148
+
### Deploy the snap-in
149
149
150
150
Once you have provided the required configuration, the **Deploy snap-in** button is enabled on the UI. Click on it to deploy the snap-in.
151
151
That's it, the snap-in should now be active and ready to use.
152
152
153
-
### Deleting the snap-in
153
+
### Delete the snap-in
154
154
155
155
The snap-in can be deleted from the UI or run the following command:
0 commit comments