Skip to content

salesforce-alm package is deprecated #2792

Closed Answered by mshanemc
svishalkumar06 asked this question in Q&A
Discussion options

You must be logged in to vote

It's important to keep in mind that a CLI or CLI plugin has its input/output (command flags and return types) as an API.

All the "helper" code inside that's not exported is not something you should created dependencies on. It's not a public API, even if node lets you see/use the code. We don't make any promises to maintain the shape of those functions or keep 1-1 equivalents around permanently.

our list of plugins/libraries are here: https://github.com/salesforcecli/status

For example, you'll find those apex test reporters here: https://github.com/forcedotcom/salesforcedx-apex/tree/main/src/reporters.

Github search is your friend here. Looking in forcedotcom and salesforcecli repos is you…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VivekMChawla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants