
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@amtrack/sfdx-browserforce-plugin
Advanced tools
sfdx plugin for executing various tasks using browser automation
sfdx plugin for executing various tasks using browser automation
$ sfdx plugins:install @amtrack/sfdx-browserforce-plugin
$ 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
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)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
Please see CONTRIBUTING.md for getting started.
MIT © Matthias Rolke
FAQs
sfdx plugin for executing various tasks using browser automation
The npm package @amtrack/sfdx-browserforce-plugin receives a total of 0 weekly downloads. As such, @amtrack/sfdx-browserforce-plugin popularity was classified as not popular.
We found that @amtrack/sfdx-browserforce-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.