An open API service indexing awesome lists of open source software.

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

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).