netlify_deploy

Crates.ionetlify_deploy
lib.rsnetlify_deploy
version0.1.0
sourcesrc
created_at2021-05-12 23:57:22.087418
updated_at2021-05-12 23:57:22.087418
descriptionRust CLI to deploy sites to Netlify
homepagehttps://github.com/lannonbr/netlify_deploy
repositoryhttps://github.com/lannonbr/netlify_deploy
max_upload_size
id396747
size38,108
Benjamin Lannon (lannonbr)

documentation

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.

Commit count: 42

cargo fmt