├── .editorconfig ├── .github └── workflows │ └── linting.yml ├── LICENSE.md ├── Makefile ├── README.md └── aws-export-assume-profile /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cytopia/aws-export-assume-profile/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/workflows/linting.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cytopia/aws-export-assume-profile/HEAD/.github/workflows/linting.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cytopia/aws-export-assume-profile/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cytopia/aws-export-assume-profile/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cytopia/aws-export-assume-profile/HEAD/README.md -------------------------------------------------------------------------------- /aws-export-assume-profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cytopia/aws-export-assume-profile/HEAD/aws-export-assume-profile --------------------------------------------------------------------------------