Documentation
* docs: fix ([`fc02b86`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/fc02b860b19dff0097dfdd36376c5cbebc0ce37c))
Feature
* feat(cli): add literal string style for multiline values ([`54e002a`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/54e002a8f7311940c23a06f103154bba23c001ee))
* feat(cli): replace argparse to click and create 2 new commands (decrypt and encrypt) ([`0503d5e`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/0503d5ee9ec31d947a62f00f70f8c73c1c5c0dc6))
* feat(cli): add support for tags ([`a465bda`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/a465bdae35bdc565b2a7b6037b5f119e9b2235f3))
* feat(cli): add support to use kms on parameters and secrets ([`7b58328`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/7b58328ee23d77895903978d7a1719d7387fbd47))
* feat(cli): get secret value from prompt insted of cli parameter ([`580000c`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/580000ca5d0497a78f9a26ed3de2ff64f235d5be))
Fix
* fix(cli): optional profile or region ([`c0d2810`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/c0d281088487c0a85f43a7af9726d17753cb5e51))
* fix: check if secrets and parameters properties exists before deploy ([`f193133`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/f193133c6b254a3aa687387105be081bb23d24db))
* fix: create array when the property not exist ([`636cef8`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/636cef8b7e4a713c7f52dbe754c9ac173a448087))
* fix: github url ([`fcabb8b`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/fcabb8bde0263f98d382d4b6956db0e78c645656))
* fix: help command
docs: add more informations about CLI and resolvers ([`0034f85`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/0034f85ca49f69e611c82dd80ece34ff849415cf))
Unknown
* [28] Add support for more than 4kb encryption (46) ([`b29d073`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/b29d0738d31aabac38e45848452996ef6d4274cb))
* Add `tier` property in the SSM parameter section 27 (45) ([`8617790`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/861779099dd5a77c7166d69cad90bba5a1145001))
* Add Schema Validation for the SSM Parameters and Secrets Manager 42 (44) ([`c38538d`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/c38538d1c5f60b2c89f2ddf9452f160c83bb6bac))
* [34] Migrate the project structure to use Poetry (43) ([`2b1e74a`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/2b1e74adc2f0d18466caeaffb00af0d93678d00b))
* [40] Fix `!file` resolver, the path is not being resolved correctly based on the config directory (41) ([`bede46c`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/bede46c70b1d175af97ed40ee4cd1f3bb77278a2))
* [38] Fix `aws-secrets` commands, secrets file is not being loaded when the CLI is executed in a different folder (39) ([`eaad2d8`](https://github.com/lucasvieirasilva/aws-ssm-secrets-cli/commit/eaad2d8a1f3d2848a943fff11734ddc3f9cfe9c4))