Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can we integrate CLI actions? #94

Open
anthmatic opened this issue Dec 2, 2020 · 1 comment
Open

How can we integrate CLI actions? #94

anthmatic opened this issue Dec 2, 2020 · 1 comment
Labels
question Further information is requested

Comments

@anthmatic
Copy link
Contributor

We should explore what it would look like to integrate CLI actions with this extension.

A community developer in Slack came up with the idea to add a context menu item to the file explorer that allows you to fetch a file from HS and overwrite your local copy. Something like this would be beneficial to developers who find themselves creating module fields in the design manager and fetching them locally

https://hubspotdev.slack.com/archives/CLJJXGTC0/p1606938413274900

@anthmatic anthmatic added the question Further information is requested label Dec 2, 2020
@erik4github
Copy link

Context menu actions would be great, so would custom Menu Commands. It would be nice to have menu options for creating themes, modules, etc. I like the way the SFDX VScode extension handles it. You can see here a basic CommandBuilder class with some flags and arg methods, and its constructor prepends the sfdx to the command, and then https://github.com/forcedotcom/salesforcedx-vscode/blob/main/packages/salesforcedx-vscode-apex/src/commands/forceApexLogGet.ts#L169 is an example of command that uses the builder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants