aer package edit trigger
Edit or add an Apex trigger in a package file
Synopsis
Opens the trigger in your editor, or reads it from stdin when input is piped. When you save and exit, the package will be updated if changes were made. A trigger name not in the package adds a new trigger.
aer package edit trigger <package-file> <trigger-name> [flags]Options
-h, --help help for triggerOptions inherited from parent commands
--help-aerrc show how the .aerrc configuration file works and exit
-q, --quiet suppress progress output
-v, --verbose count increase verbosity (repeat for more detail)SEE ALSO
- aer package edit - Edit contents in a package file