myaws

A human friendly AWS CLI written in Go

MIT License

Stars
85

Bot releases are visible (Hide)

myaws - v0.4.8 Latest Release

Published by github-actions[bot] about 2 years ago

Changelog

  • f1e1006 Bump version to v0.4.8
  • b8b9a9f Fix lint issues
  • 3c0fcab go mod tidy
  • d5a9036 Update golang.org/x/sys
  • 5239c07 Update golang.org/x/text to latest
  • 9808a55 Update Go to v1.19
myaws - v0.4.7

Published by github-actions[bot] over 2 years ago

Changelog

  • 477b054 Bump version to v0.4.7
  • 7f5158b Set timeout to 10min
  • c16ed99 Update docker actions to the latest
  • 0b4f224 Add support for linux/arm64 Docker image
myaws - v0.4.6

Published by github-actions[bot] over 2 years ago

Changelog

  • 2aa3a84 Bump version to v0.4.6
  • e0c59bd Restrict repository of token for release
myaws - v0.4.5

Published by github-actions[bot] over 2 years ago

Changelog

  • 3bb795a Bump version to v0.4.5
  • 6c3e9fa Use GitHub App token for updating brew formula on release
  • ca091e0 Fix CHANGELOG
myaws - v0.4.4

Published by github-actions[bot] over 2 years ago

Changelog

  • 2357b47 Bump version to v0.4.4
  • 182a608 bump golang.org/x/crypto to v0.0.0-20220507011949-2cf3adece122
myaws - v0.4.3

Published by github-actions[bot] over 2 years ago

Changelog

  • 2d4b2af Bump version to v0.4.3
  • 328a233 [github actions] fix checkout step
  • 17abee0 [ssm parameter env] add quote parameter
  • f4d3d5b Update golangci-lint-action to v3
  • d3828c4 Suppress all existing lint errors to pass CI
  • 98e35b5 Use golangci-lint instead of golint
myaws - v0.4.2

Published by github-actions[bot] almost 3 years ago

Changelog

fec9a6f Bump version to v0.4.2
7b67cb1 Remove docker build on pull request
9ca8984 Update Go to v1.17.3 and Alpine to 3.14
ad260a8 Add release target to arm64 architecture

myaws - v0.4.1

Published by github-actions[bot] almost 3 years ago

Changelog

6730c7f Bump version to v0.4.1
22a9f79 Set timeout for GitHub Actions
bcbba3f Restrict permissions for GitHub Actions

myaws - v0.4.0

Published by github-actions[bot] over 3 years ago

Changelog

e001ae4 Bump version to v0.4.0
c379d35 Add CHANGELOG

myaws - v0.4.0-beta3

Published by github-actions[bot] over 3 years ago

Changelog

8bf71e3 Build & push docker images on GitHub Actions

myaws - v0.4.0-beta2

Published by github-actions[bot] over 3 years ago

Changelog

17c2599 Fix release archives in goreleaser.yml

myaws - v0.3.21

Published by minamijoyo over 3 years ago

Changelog

7a17ee8 Update golang.org/x/crypto to 20210513164829

myaws - v0.3.20

Published by minamijoyo over 3 years ago

Changelog

75016fa Update aws-sdk-go to v1.38.39
598e32b Update Go to v1.16.3

myaws - v0.3.19

Published by minamijoyo over 4 years ago

Changelog

33d0f0c ecs/service/update: Fix incorrect help message
1d5df15 ecs/service/update: Fetch the latest task definition on force

myaws - v0.3.18

Published by minamijoyo over 4 years ago

Changelog

d458e5f ecs/node/drain: Allow to set timeout with a given context

myaws - v0.3.17

Published by minamijoyo over 4 years ago

Changelog

c779ed5 Fix WaitUntilECSAllServicesStable more than 10 minutes
55388b0 Extend wait timeout for ECS service stable more than 10 minutes

myaws - v0.3.16

Published by minamijoyo over 4 years ago

Changelog

9b4a826 ecs/service/ls: Fix alignment for outputs
5c7dd40 ecs/node/ls: Remove Namespace and Add ContainerInstanceId to outputs
a025e85 ecs/{status,node/ls,service/ls} Print Header

myaws - v0.3.15

Published by minamijoyo over 4 years ago

Changelog

43eec66 Add ecs status command
31e8554 ecs/service/update: Allow force new deployment
3cee1a7 Add ecs service update command

myaws - v0.3.14

Published by minamijoyo over 4 years ago

Changelog

9f70ffe Fix wrong viper parameter for ecs.get-login
ada1b74 ecs/get-login: Pass registryIds as a slice of string
01cc20e add registry-ids (-r) option to ECR get-login

myaws - v0.3.13

Published by minamijoyo over 4 years ago

Changelog

5fc229d refine comment of GetParametersByPath
a76eb65 Update myaws/ssm_parameter_env.go
023db6c refactor variable name to more readable.
a2dcae0 fix or condition in formatSSMParameterAsEnv
b8a8b69 add comment for GetParametersByPath.
2a8400e fixed error message of GetParametersByPath
d52340f add comment to GetParametersByPath function
3abd486 add slash to target to convert string in formatSSMParameterAsEnv
a988284 use GetParametersByPath instead of GetParameters when path started with / on SSMParameterEnv