Crates.io | betsy |
lib.rs | betsy |
version | 0.1.3 |
source | src |
created_at | 2016-09-16 08:40:50.495547 |
updated_at | 2016-09-16 08:40:50.495547 |
description | An AppVeyor cli written in Rust |
homepage | |
repository | https://github.com/booyaa/betsy |
max_upload_size | |
id | 6513 |
size | 15,835 |
A AppVeyor client.
cargo install betsy
Each call requires your APPVEYOR token. You can either invoke it using the following: APPVEYOR=your_appveyor_token betsy list
Or store the variable in .env
file in your home directory.
USAGE:
betsy [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
disable Disable a project
enable Enable a project
help Prints this message or the help of the given subcommand(s)
list Lists projects
Can be found here.
Copyright 2016 Mark Sta Ana.
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> at your option. This file may not be copied, modified, or distributed except according to those terms.