Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/realestate-com-au/json-bourne-sfdx-pkg
JSON Bourne (Salesforce Package). Source control your org reference data.
https://github.com/realestate-com-au/json-bourne-sfdx-pkg
Last synced: 10 days ago
JSON representation
JSON Bourne (Salesforce Package). Source control your org reference data.
- Host: GitHub
- URL: https://github.com/realestate-com-au/json-bourne-sfdx-pkg
- Owner: realestate-com-au
- License: other
- Created: 2019-10-09T01:21:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T01:25:45.000Z (over 5 years ago)
- Last Synced: 2024-11-09T08:12:31.882Z (2 months ago)
- Language: Apex
- Size: 8.79 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
# JSON Bourne - Salesforce Package
This package is required server side to receive payloads from the JSON Bourne DX plugin. The API available inserts the records directly into the requested objects.
# How to contribute to this package
You will not be able to contribute directly to this repository, so please fork the repository and raise your feature branches on your individual forks. You can raise a PR from your forked feature branch into the upstream master.
# Setting up a local environment
## Initial steps
The initial steps required to create local environment are outlined here, but will not be documented. There is plenty of documentation online that can assist with these steps (as they are not specific to this application).
1. Install Node.js (and NPM)
2. Install Salesforce CLI
3. Ensure you have a DevHub setup and authorised with your Saleforce CLI## Create a scratch org
Firstly we will need a scratch org to create a local environment for you to build from
sfdx force:org:create -f config/project-scratch-def.json
## Push the metadata to your scratch org
sfdx force:source:push -f
License
---
Copyright (C) 2012 REA Group Ltd.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.