betsy

Crates.iobetsy
lib.rsbetsy
version0.1.3
sourcesrc
created_at2016-09-16 08:40:50.495547
updated_at2016-09-16 08:40:50.495547
descriptionAn AppVeyor cli written in Rust
homepage
repositoryhttps://github.com/booyaa/betsy
max_upload_size
id6513
size15,835
Mark Sta Ana (booyaa)

documentation

README

betsy v0.1.3

A AppVeyor client.

Install

cargo install betsy

Usage

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

To do

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.

Commit count: 6

cargo fmt