0.1.1 • Published 5 years ago

circle-get-artifact v0.1.1

Weekly downloads
8
License
ISC
Repository
github
Last release
5 years ago

circle-get-artifact

Get all artifacts from the most recent successful Circle CI build or a subpath path from the artifacts and places them in a local directory outputdir

Install

Circle get artifact can be installed using NPM.

npm install -g circle-get-artifact

Usage

  Usage: circle-get-artifact [options]

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -t, --token [value]    (Required) CircleCI Authentication Token
    -b, --buildnum <n>     Specify a build number, or we take latest
    -u, --user [value]     (Required) Build git repository username
    -p, --project [value]  (Required) Build git repository project
    --branch [value]       Branch to get builds from
    --path [value]         Path of files to download
    --outputdir [value]    path of local output directory output artifacts defaults to "./"
    --config [value]       specify a json config
    --print-paths          print file paths

###Example

 circle-get-artifact --token "abcdefg01234012301230123012301230123" --user "blueflag" --project "moneypenny" --branch "master" --path '/home/ubuntu/'

Create tokens using account settings page https://circleci.com/account/api

0.1.1

5 years ago

0.1.0

7 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago