Crates.io | aws-codebuild-status_server |
lib.rs | aws-codebuild-status_server |
version | 0.6.0 |
source | src |
created_at | 2019-06-13 21:27:22.857932 |
updated_at | 2019-06-13 21:27:22.857932 |
description | AWS-Codebuild status in the terminal |
homepage | https://github.com/lholznagel/aws-codebuild-status |
repository | https://github.com/lholznagel/aws-codebuild-status |
max_upload_size | |
id | 140963 |
size | 9,190 |
Small rust terminal application that lists all AWS-Codebuild projects and their current status.
REGION
and ACCOUNT
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"codebuild:BatchGetProjects",
"codebuild:BatchGetBuilds"
],
"Resource": "arn:aws:codebuild:REGION:ACCOUNT:project/*"
},
{
"Sid": "VisualEditor1",
"Effect": "Allow",
"Action": [
"codebuild:ListBuilds",
"codebuild:ListProjects"
],
"Resource": "*"
}
]
}
./aws-codebuild-status
Or
Install it with cargo install aws-codebuild-status
The recommended way is to use the aws-cli.
aws configure
json
As an alternative, the environment variables AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
can be set.
The usage of instance profiles is also supported.
./aws-codebuild-status_server
localhost:8081
, it will return a static webpage