diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index dadf002..f2407c1 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -37,4 +37,4 @@ Example: steps to reproduce the behavior: Note: List of related links and updated docs (READMEs, Notion, Google Docs, others links, etc). --> -- [README](/tooling-dev/cli#readme) +- [README](/my-tooling/my-ez-cli#readme) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed8d3bf..63b03c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ # Contribution Guidelines -Help wanted! We'd love your contributions to `Tooling Dev CLI`. +Help wanted! We'd love your contributions to `My Ez CLI`. -Please review the following guidelines before contributing. +Please review the following guidelines before contributing. * [I have a question...](#have-a-question) * [I found a bug...](#found-a-bug) @@ -16,22 +16,22 @@ Also, feel free to propose changes to these guidelines by updating this file and You can use [discussions](../../discussions) to interact with other community members, share new ideas and ask questions. ## Found a bug? - -You can use [issues](../../issues) to report bugs. Choose the `bug template` and provide all the requested information, otherwise your issue could be closed. + +You can use [issues](../../issues) to report bugs. Choose the `bug template` and provide all the requested information, otherwise your issue could be closed. Please also feel free to submit a Pull Request with a fix for the bug! For sensitive security-related issues, please report via email: [dev+github@davidcardoso.me](mailto:dev+github@davidcardoso.me). ## Have a Feature Request? -All feature requests should start with [submitting an issue](../../issues/new) documenting the user story and acceptance criteria. Choose the `feature request template` and provide all the requested information, otherwise your issue could be closed. +All feature requests should start with [submitting an issue](../../issues/new) documenting the user story and acceptance criteria. Choose the `feature request template` and provide all the requested information, otherwise your issue could be closed. -Again, feel free to submit a `Pull Request` with a proposed implementation of the feature. +Again, feel free to submit a `Pull Request` with a proposed implementation of the feature. ## Ready to contribute ### Create an issue -Before submitting a [new issue](../../issues/new), please search the [issues](../../issues) to make sure there isn't a similar issue doesn't already exist. +Before submitting a [new issue](../../issues/new), please search the [issues](../../issues) to make sure there isn't a similar issue doesn't already exist. Assuming no existing issues exist, please ensure you include the following bits of information when submitting the issue to ensure we can quickly reproduce your issue: @@ -57,7 +57,7 @@ We may have additional questions and will communicate through the GitHub issue, 7. For a Pull Request to be merged: * CI workflow must succeed * A project member must review and approve it - + The reviewer may have additional questions and will communicate through conversations in the GitHub PR, so please respond back to our questions or changes requested during review. ### Styleguide @@ -66,7 +66,7 @@ When submitting code, please make every effort to follow existing conventions an ### License -By contributing your code, you agree to license your contribution under the terms of the [MIT License](LICENSE). +By contributing your code, you agree to license your contribution under the terms of the [MIT License](LICENSE). All files are released with the MIT License. diff --git a/LICENSE b/LICENSE index fbeff47..b1eaade 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Tooling Dev +Copyright (c) 2022 My Tooling Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index db94f53..db81365 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Dev Tooling CLI +# My Ez CLI Tools via **Unix Command Line Interface** with no installation and just using **Docker** + **Shell Script**. -- [Dev Tooling CLI](#dev-tooling-cli) +- [My Ez CLI](#my-ez-cli) - [Prerequisites](#prerequisites) - [Setup](#setup) - [Usage examples](#usage-examples) @@ -24,7 +24,7 @@ Tools via **Unix Command Line Interface** with no installation and just using ** ## Prerequisites - [Docker](https://www.docker.com/get-started). -- [Oh My Zsh](https://ohmyz.sh/). +- [Zshell + Oh My Zsh](https://ohmyz.sh/). ## Setup diff --git a/config/aws/README.md b/config/aws/README.md index 87dd7fd..4e34a2f 100644 --- a/config/aws/README.md +++ b/config/aws/README.md @@ -26,15 +26,13 @@ Configuration in `~/.aws/config`: ``` [profile my-sso-profile] sso_start_url = https://yourcompany.awsapps.com/start -sso_region = us-east-1 +sso_region = sa-east-1 sso_account_id = 1234567890 sso_role_name = RoleName region = sa-east-1 output = json ``` -> AWS SSO is a global service. So, use `sso_region = us-east-1` (N. Virginia). - > AWS SSO do not need `~/.aws/credentials` file. ### Scenario 2: Source profile and MFA authentication diff --git a/setup.sh b/setup.sh index 06e146c..eef970d 100755 --- a/setup.sh +++ b/setup.sh @@ -38,7 +38,7 @@ EOF show_begin() { cat <