zugriff

Crates.iozugriff
lib.rszugriff
version1.0.9
sourcesrc
created_at2024-05-11 18:49:57.003404
updated_at2024-06-08 18:00:32.549938
descriptionzugriff CLI
homepage
repositoryhttps://github.com/zugriffcloud/os
max_upload_size
id1236998
size192,463
Luca Goslar (lucagoslar)

documentation

README

zugriff

CLI to communicate with the Deployment and General Purpose APIs.

Install

After installation, the binary can be accessed through the zugriff command.

cargo install --path . --locked
cargo install zugriff

Usage

These examples only include a subset of available commands and options. Run zugriff --help or zugriff <command> --help to retrieve more information.

zugriff new demo && cd ./demo && npm i
zugriff run --watch
zugriff deploy --deploymentToken <TOKEN>
Commit count: 98

cargo fmt