Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.