Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lannonbr/netlify_deploy
Mini Rust CLI to deploy sites to Netlify using their API
https://github.com/lannonbr/netlify_deploy
netlify rust-cli
Last synced: about 2 months ago
JSON representation
Mini Rust CLI to deploy sites to Netlify using their API
- Host: GitHub
- URL: https://github.com/lannonbr/netlify_deploy
- Owner: lannonbr
- License: mit
- Created: 2021-05-11T12:14:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T18:49:41.000Z (over 3 years ago)
- Last Synced: 2024-08-10T09:13:38.288Z (5 months ago)
- Topics: netlify, rust-cli
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 11
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Netlify Deploy CLI
This is a Rust CLI that uses the Netlify API to deploy sites.
To work properly, the `NETLIFY_SITE_ID` and `NETLIFY_AUTH_TOKEN` environment variables need to be set, similar to the official Netlify CLI.
This is still an early-on prototype so there may be bugs about. It does not have the full functionality of the official CLI but it was able to solve my particular use case of running `netlify deploy` in CI environments.