Skip to content

alxolr/spira_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre-requisites

You should have rust and cargo installed.

Install

cargo install spira_cli

Configuration

You should export the following envars in your system

export SPIRA_API_KEY="{geneated_api_key_including_brackets}"
export SPIRA_USERNAME="YourUsername"
export SPIRA_API_URL="https://{company}.spiraservice.net/Services/v6_0/RestService.svc"
export SPIRA_BASE_URL="https://{company}.spiraservice.net"

Usage

~ spira_cli
Spira Cli

USAGE:
    spira_cli <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    help           Prints this message or the help of the given subcommand(s)
    incident       Incident Cli
    requirement    Requirement Cli
    task           Tasks Cli
    user           Users Cli

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages