Socket
Socket
Sign inDemoInstall

@amtrack/sfdx-browserforce-plugin

Package Overview
Dependencies
3
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @amtrack/sfdx-browserforce-plugin

sfdx plugin for executing various tasks using browser automation


Version published
Maintainers
1
Created

Readme

Source

sfdx-browserforce-plugin

sfdx plugin for executing various tasks using browser automation

Build Status

Installation

$ sfdx plugins:install @amtrack/sfdx-browserforce-plugin

Usage

$ sfdx browserforce --help
Usage: sfdx browserforce:COMMAND

Help topics, type sfdx help TOPIC for more details:

 browserforce:shape  commands for shape
$ sfdx browserforce:shape --help
sfdx browserforce:shape commands: (get help with sfdx help browserforce:shape:COMMAND)
 browserforce:shape:apply  apply an org shape
$ sfdx browserforce:shape:apply --help
Usage: sfdx browserforce:shape:apply

apply an org shape

Flags:
 -f, --definitionfile DEFINITIONFILE  path to a browserforce definition file
 -u, --targetusername TARGETUSERNAME  username for the target org

help text for browserforce:shape:apply

Examples

Org Shape

Check and apply org shape for scratch orgs, sandboxes and production orgs

$ sfdx browserforce:shape:apply -f config/browserforce-shape-def.json -u myscratchorg

The schema of the config/browserforce-shape-def.json is similar to config/project-scratch-def.json.

"orgPreferences": {
    "enabled": [
      "ExternalSharing"
    ]
}

Supported Org Preferences

Sharing Settings

  • ExternalSharing
  • CustomerPortal (Warning: cannot be disabled once enabled)

Planned Features (contributions welcome)

Org Preferences

General Settings

  • SalesforceToSalesforce

Live Agent Settings

  • LiveAgent

Account Settings

  • AccountSharedAccounts (Allow users to relate a contact to multiple accounts)

Contact Field History

  • ContactFieldHistory

Omni-Channel Settings

  • OmniChannel

Email-to-Case Settings

  • EmailToCase

Email to Salesforce

  • EmailToSalesforce

Entitlement Settings

  • MilestoneStoppedTime

Campaign Influence Settings

  • CampaignInfluence

Company Information

{
  "language": "English",
  "locale": "German.*Germany",
  "timezone": "Berlin",
  "workflowUser": "User User"
}

Changeset Management

Create outbound changesets from a given package.xml.

$ sfdx browserforce:changeset:create -f src/package.xml -u myscratchorg

Contributing

Please see CONTRIBUTING.md for getting started.

Sponsors

License

MIT © Matthias Rolke

Keywords

FAQs

Last updated on 25 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc