1.0.0 • Published 6 years ago

codebuild-logs-cli v1.0.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

codebuild-logs-cli

Gets logs for most recent run of a codebuild project.

Usage

To list all codebuild projects in your default region:

codebuild-logs

A different AWS profile and another region can both be optionally specified, e.g.

codebuild-logs --region ap-southeast-2

lists all codebuild projects in the ap-southeast-2 (Sydney) region and

codebuild-logs --profile myprofile --region ap-southeast-2

also specifies that the profile myprofile is used. Refer to https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-configure.html for more ways to specify credentials and region.

To list the latest codebuild logs for particular project(s) list those as command line parameters, e.g.:

codebuild-logs tba21-helpers tba21-api-dev
1.0.0

6 years ago

0.9.3

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago