-
Notifications
You must be signed in to change notification settings - Fork 25
Design Guidelines Patterns
Matt Graham edited this page Apr 28, 2023
·
1 revision
-
--async
Flag for events that are long running and happening on server level.- Example:
sf env create sandbox --async
- Example:
sf data query --async
- Example:
- Providing User Feedback for Long Running Commands
- Interactive commands should provide a spinner
- Long-running commands should always provide an id to report back on
- Multiple resources should have a default
- Lists should be presented as tables
- Including and outputting files or directories should use the following flags
--output-file
,—output-dir
,—input-file
,--input-dir
© 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