Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.