Go to file
Stark & Wayne CI Bot 51c71cc4bf release v0.1.1 2019-05-06 11:25:29 +00:00
ci release v0.1.1 2019-05-06 11:25:29 +00:00
commands Added support for tile-config-generator 2019-03-05 14:01:16 +01:00
metadata fix redeclaring issues 2019-05-06 11:46:10 +02:00
om Initial commit 2018-12-04 14:22:49 +01:00
pivnet Initial commit 2018-12-04 14:22:49 +01:00
string_diff_matcher Added diff matcher + fixed remove value struct from collection hashes 2019-01-17 13:10:05 +01:00
vendor updated om and and vendor 2019-05-06 12:00:15 +02:00
.envrc vendor dependencies 2019-03-05 14:17:14 +01:00
CODE_OF_CONDUCT.md Updating CODE_OF_CONDUCT.md 2019-01-15 15:48:13 -05:00
README.md Initial commit 2018-12-04 14:22:49 +01:00
go.mod updated om and and vendor 2019-05-06 12:00:15 +02:00
go.sum updated om and and vendor 2019-05-06 12:00:15 +02:00
main.go Expose version 2018-12-04 16:50:11 +01:00
pivy release v0.1.1 2019-05-06 11:25:29 +00:00

README.md

Pivy - PivNets little helper

A small cli which uses HTTP range Headers and partial unzip to fetch tile metadata directly from Pivotal Network.

Usage

usage: pivy --pivnet-api-token=PIVNET-API-TOKEN [<flags>] <command> [<args> ...]

PivNets little helper

Flags:
      --help                  Show context-sensitive help (also try --help-long
                              and --help-man).
      --accept-eula           Automatically accept EULA if necessary (Available
                              to select users only)
  -t, --pivnet-api-token=PIVNET-API-TOKEN
                              API token for network.pivotal.io (see:
                              https://network.pivotal.io/users/dashboard/edit-profile)
      --include-placeholders  replace obscured credentials with interpolatable
                              placeholders

Commands:
  help [<command>...]
    Show help.


  generate-config-template --product-slug=PRODUCT-SLUG --release-version=RELEASE-VERSION [<flags>]
    Generate om cli compatible config template

    -p, --product-slug=PRODUCT-SLUG
                            Product slug e.g. p-mysql
    -r, --release-version=RELEASE-VERSION
                            Release version e.g. 0.1.2-rc1
    -g, --glob="*.pivotal"  Glob to match product name e.g. *aws* should include
                            *.pivotal

  download-product-template --product-slug=PRODUCT-SLUG --release-version=RELEASE-VERSION [<flags>]
    Download raw tile metadata

    -p, --product-slug=PRODUCT-SLUG
                            Product slug e.g. p-mysql
    -r, --release-version=RELEASE-VERSION
                            Release version e.g. 0.1.2-rc1
    -g, --glob="*.pivotal"  Glob to match product name e.g. *aws* should include
                            *.pivotal