Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@salesforce/plugin-packaging

Package Overview
Dependencies
Maintainers
0
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@salesforce/plugin-packaging

SF plugin that support Salesforce Packaging Platform

  • 2.9.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created

What is @salesforce/plugin-packaging?

@salesforce/plugin-packaging is an npm package designed to help Salesforce developers manage and automate the packaging of Salesforce applications. It provides a set of CLI commands that facilitate the creation, versioning, and deployment of Salesforce packages.

What are @salesforce/plugin-packaging's main functionalities?

Create a Package

This command creates a new Salesforce package with the specified name, description, type, path, and target DevHub username.

sfdx force:package:create --name 'MyPackage' --description 'My new package' --packagetype 'Unlocked' --path 'force-app' --targetdevhubusername 'DevHub'

List Packages

This command lists all the packages available in the specified DevHub.

sfdx force:package:list --targetdevhubusername 'DevHub'

Create a Package Version

This command creates a new version of the specified package with an installation key and waits for the specified duration.

sfdx force:package:version:create --package 'MyPackage' --installationkey 'mykey' --wait 10 --targetdevhubusername 'DevHub'

Promote a Package Version

This command promotes a specified package version to released status without prompting for confirmation.

sfdx force:package:version:promote --package 'MyPackage@1.0.0-1' --noprompt --targetdevhubusername 'DevHub'

Install a Package

This command installs a specified package version into a target Salesforce org, with specified wait times for installation and publishing.

sfdx force:package:install --package 'MyPackage@1.0.0-1' --targetusername 'MyOrg' --wait 10 --publishwait 10

Other packages similar to @salesforce/plugin-packaging

Keywords

FAQs

Package last updated on 07 Dec 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc