Gathering detailed insights and metrics for ember-cli-deploy-netlify-cli
Gathering detailed insights and metrics for ember-cli-deploy-netlify-cli
Gathering detailed insights and metrics for ember-cli-deploy-netlify-cli
Gathering detailed insights and metrics for ember-cli-deploy-netlify-cli
Integrate your deploy pipeline with netlify manual deploys using netlify-cli.
npm install ember-cli-deploy-netlify-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2 Stars
13 Commits
1 Forks
2 Watchers
19 Branches
1 Contributors
Updated on Aug 12, 2022
Latest Version
2.0.0
Package Id
ember-cli-deploy-netlify-cli@2.0.0
Unpacked Size
5.01 kB
Size
2.36 kB
File Count
4
NPM Version
6.14.5
Node Version
12.16.2
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
6
Integrate your deploy pipeline with netlify manual deploys using netlify-cli.
ember install ember-cli-deploy-netlify-cli
Add plugin config to your config/deploy.js
:
1{ 2 'netlify-cli': { 3 siteId: 'netlify-site-id', 4 authToken: process.env.NETLIFY_AUTH_TOKEN 5 } 6}
Extra config:
promoteToProd
(DEFAULT: true
) - Promote deploy to productionfunctionsDir
- (DEFAULT: ''
) - Specify a functions folder to deploydestDir
(DEFAULT: ember dist) - Specify a folder to deploymessage
(DEFAULT: app version) - Specify a deploy messageOptionally you can set revision type to version-commit
to have unified versioning pattern:
1{ 2 'revision-data': { 3 type: 'version-commit' 4 } 5}
Leave the rest for netlify-cli ;) Deploy! 🚀✌️
This project is licensed under the MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
70 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-14
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More