* Explicitly list dependencies
This will bring it into the top-level node_module.
Also, move some things from devDependencies to dependencies since they are actual dependencies.
* Remove unnecessary dependency on faux-generator
@W-4345609@
This will bring it into the top-level node_module.
Also, move some things from devDependencies to dependencies since they are actual dependencies.
@W-4345609@
* Integrate and cleanup gary/generatefauxclass branch with sobjectFetch branch changes
* WIP - first end-to-end execution of faux classes
* Added fetching of SObject describe info using Batch REST
* Rename command to Refresh SObjects Definition and add gating
* lint cleanup, test cleanup, fix username and mkdir output for Describe
* Cleanup Faux Generator based on PR comments
Cleanup changes in fauxClassGenerator.ts from comments
Remove old faux classes before generating new ones
Change the command name to sfdx.force.internal.refreshsobjects
Cleanup tests to ensure no files are left behind
* fix mistake in rebase
* Add user-agent to REST calls to work around bug in core request logging
* further cleanup of requested PR changes
* SObject describe and integration tests
@W-4252302@
* Update path for mac builds
* Refactor and address issues from PR
* Cleanup code and add describeSObject test
* Add permset for FLS in integration test
* Update to dependencies to 40.9
* Buffer output to only return when stdout finishes streaming
* Enable jwt auth for CI tests
* Fail fast for now for truncated JSON
* Rename to use devhub.key
* Try Ascii encoding
* Fix some logging calls
* Debug autobuilds
* Validate key through openssl
* Extract jwt key location to env variable
* Give absolute path for appveyor
* Extract appveyor keylocation to web
* Remove key env variable
* Use absolute path for keyfile
* Escape character in appveyor path
* Change travis key path
* Distinguish key path for linux vs mac
* Update to 40.10.0