Git Product home page Git Product logo

sfp-template's Introduction

This repository is an opinionated verison of the dx@scale template. It's to be used in github and is shipped with a devcontainer installed with all the dependencies.

The rest of this readme comes from the dx@scale template.

Development

This project is using a scratch org development model. In order to contribute you will need to create a scratch org with and push all metadata configuration and code.

Dependencies

  • sfp cli
  • sf cli

npm i @salesforce/cli @flxblio/sfp

Scratch Org Setup

For this you will need to be authenticated to a Dev Hub org - this is typically the Production Org

  • Authenticate to the DevHub (Production Org)

    You need to perform this step only once

     sf org login device --setalias devhub
    
  • Clone the repository

  • There are two options: fetch a scratch org with package dependencies pre-installed, or create an empty scratch org

    • Option A: Fetch a scratch org from the pool [Preferred]

      
      sfp pool fetch -t dev -a  <alias>
      
    • Option B: Create a scratch org and install all dependencies

      sf org create --definitionfile config/project-scratch-def.json --setalias <myScratchOrg> --targetdevhubusername <devhub-alias>
      sfp dependency install -o <myScratchOrg> -v <devhub-alias>
      
      Push the source code
      sf deploy metadata -o <myScratchOrg>
      
      

sfp-template's People

Contributors

nkskaare avatar dependabot[bot] avatar

Stargazers

 avatar

sfp-template's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.