https://github.com/tzmfreedom/js-land
Salesforce Apex Execution Environment on Local System
https://github.com/tzmfreedom/js-land
apex cli salesforce
Last synced: about 1 year ago
JSON representation
Salesforce Apex Execution Environment on Local System
- Host: GitHub
- URL: https://github.com/tzmfreedom/js-land
- Owner: tzmfreedom
- Created: 2018-07-01T14:24:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T09:51:55.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T07:11:22.742Z (over 1 year ago)
- Topics: apex, cli, salesforce
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Land
Salesforce Apex Execution Environment on Local System.
**This is WIP Project. I'll release it to npm by the end of 2018. Please wait until release**
## Installation
install from npm
```bash
npm install -g salesforce-land
```
setup SObject Metadata (create ./meta directory on current directory)
```bash
land setup
```
## Usage
```bash
land -f /path/to/file --action "Foo#run"
```
## Development
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/tzmfreedom/land.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).