Deploy to organization
Once you're ready to test your snap-in in a production environment, you can deploy the snap-in to your organization.
Follow these steps:
- Copy .env.exampleto a new file named.envand fill in the required variables.
- Deploy a draft version of your snap-in to your organization by using make deploy.
- Install the snap-in in your DevRev by going to Settings > Snap-ins > Install snap-in.
- Set up the connection under Settings > Integrations > AirSyncs > Connections.
- Create an import at Settings > AirSyncs > AirSync.
This step is also a prerequisite for publishing the snap-in on the DevRev marketplace.
Observability
To observe logs from your snap-in in your development environment:
devrev snap_in_package logs | jqTo open logs in your favorite editor:
devrev snap_in_package logs | code -For more information, refer to Debugging.