-
Notifications
You must be signed in to change notification settings - Fork 25
Maintain Your Plugin
Juliet Shackell edited this page Sep 19, 2022
·
4 revisions
How to maintain your plugin, and even what it means to maintain a plugin, is completely up to you. However, we have a few recommendations to get you started, based on what the Salesforce CLI team does.
It's important to keep your dependency tree up to date. We use the dependabot Github integration, which automatically creates PRs to bump package dependency versions.
Here's an example of how we configure dependabot on our top-level @salesforce/cli
repo: https://github.com/salesforcecli/cli/blob/main/.github/dependabot.yml
We use the snyk code checker to scan pull requests for security and quality issues.
© Copyright 2024 Salesforce.com, inc. All rights reserved. Various trademarks held by their respective owners.
- Quick Intro to Developing sf Plugins
- Get Started: Create Your First Plugin
- Design Guidelines
- Code Your Plugin
- Debug Your Plugin
- Write Useful Messages
- Test Your Plugin
- Maintain Your Plugin
- Integrate Your Plugin With the Doctor Command
- Migrate Plugins Built for sfdx
- Conceptual Overview of Salesforce CLI