Skip to content

Instantly share code, notes, and snippets.

@ksrawat
Created June 26, 2019 04:36
Show Gist options
  • Save ksrawat/9c4775ee9ef4340d1efcd799c936a0b8 to your computer and use it in GitHub Desktop.
Save ksrawat/9c4775ee9ef4340d1efcd799c936a0b8 to your computer and use it in GitHub Desktop.
I want to make sfdx scratch org manager (view, create, delete). Since LWC is open source, i want to make this using
open source LWC. and created app using following command:
npx lwc-create-app
Once the app is ready and running, i need to execute sfdx commands, in order to use that i want to do something as follows:
import {SfdxCommand} from '@salesforce/command';
But doing that throws error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment