Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 893 Bytes

File metadata and controls

29 lines (21 loc) · 893 Bytes

HT - WIP

A simple CLI tool to support and automate Salesforce unlocked package builds.

Key FeaturesHow To Use

Key Features

  • ht verify
    • Builds your sfdx source project to a scratch org.
      • Handles running of pre- and post-deployment anonymous apex scripts
      • Installs dependendent packages
      • Pushes source
      • Runs tests
  • ht version
    • Creates a new version of your package. Requires conventional commit format to generate the next version number.
      • Option to tag and/or create a commit with the new package version

How To Use

To install this application, ensure that the Rust toolchain is installed in your system. Then, clone this repo and run cargo run.