Registry / devops / ma-deploy-bundle

ma-deploy-bundle

JSON →
library1.1.2jsnpmunverified

Basic Salesforce static resource bundler (v1.1.2) for macOS-only deployment. Tightly integrated with macOS keychain for authentication; no cross-platform or OAuth2 support yet. Creates a JSON configuration file after deployment for repeatable use. Limited to bundling static resources; no CI/CD integration or modern Salesforce DX compatibility.

npm install ma-deploy-bundle
INSTALL
IMPORT
SIG · MA-DEPLOY-BUNDLE
M
ma-deploy-bundle
devopsjavascriptv1.1.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Deploys static resources from a directory to Salesforce with macOS keychain auth.

ma-deploy-bundle -d ./myStaticResources
ma-deploy-bundle --version
Debug
Known issues
gotchamacOS only. Does not work on Windows or Linux due to keychain dependency.
fix
Use a cross-platform alternative or implement OAuth2.
affects: >=1.0.0
gotchaDeployment JSON file is not deleted automatically. May expose credentials if committed.
fix
Manually delete the generated JSON file after deployment or add to .gitignore.
affects: >=1.0.0
breakingNo version compatibility with Salesforce API; may break with future Salesforce API changes.
fix
Check Salesforce API version requirements and update tool if needed.
affects: >=1.0.0
Errors
Common errors & fixes
Error: Cannot find module 'mac-keychain'
Missing macOS keychain dependency.
fix
Install from npm: npm install mac-keychain
Error: EACCES: permission denied, open '/path/to/deploy.json'
Insufficient permissions to write deployment JSON.
fix
Ensure the output directory is writable or run with appropriate privileges.
Upgrade
Version history
1.1.2latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ma-deploy-bundle — npm install ma-deploy-bundle · libregistry