-
Notifications
You must be signed in to change notification settings - Fork 26
Maintain Your Plugin
Juliet Shackell edited this page Sep 9, 2022
·
4 revisions
You're free to maintain your plugin in whatever way suits you. However, we do have a couple of recommendations for you to get started:
We like to use the dependabot Github integration. Dependabot will automatically create PRs to bump dependency versions in your package. This is an easy way to make sure that you're keeping your dependency tree up to date.
You can see example of how we configure dependabot here: https://github.com/salesforcecli/cli/blob/main/.github/dependabot.yml
We use 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