Metadata-Version: 2.1
Name: hmd-cli-tools
Version: 1.0.225
Summary: Common utility functions for HMD CLI commands
Author: Jim Majure
Author-email: jim.majure@hmdlabs.io
License: Apache 2.0
Description-Content-Type: text/markdown
Requires-Dist: aws-secretsmanager-caching (==1.1.1.5)
Requires-Dist: boto3 (==1.21.7)
Requires-Dist: botocore (==1.24.9)
Requires-Dist: cachetools (==5.2.0)
Requires-Dist: cement (==3.0.6)
Requires-Dist: certifi (==2022.12.7)
Requires-Dist: charset-normalizer (==2.0.12)
Requires-Dist: google-auth (==2.9.1)
Requires-Dist: idna (==3.3)
Requires-Dist: jmespath (==0.10.0)
Requires-Dist: kubernetes (==24.2.0)
Requires-Dist: oauthlib (==3.2.2)
Requires-Dist: prompt-toolkit (==1.0.14)
Requires-Dist: pyasn1 (==0.4.8)
Requires-Dist: pyasn1-modules (==0.2.8)
Requires-Dist: pygments (==2.14.0)
Requires-Dist: pyinquirer (==1.0.3)
Requires-Dist: python-dateutil (==2.8.2)
Requires-Dist: python-dotenv (==0.19.2)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: regex (==2022.10.31)
Requires-Dist: requests (==2.28.2)
Requires-Dist: requests-oauthlib (==1.3.1)
Requires-Dist: rsa (==4.8)
Requires-Dist: s3transfer (==0.5.2)
Requires-Dist: six (==1.16.0)
Requires-Dist: urllib3 (==1.26.8)
Requires-Dist: wcwidth (==0.2.6)
Requires-Dist: websocket-client (==1.3.3)

# HMD CLI Tools

Common utility functions for HMD CLI commands.

## Adding or Upgrading Terraform Imports

- Ensure `cdktf` is installed in your local ENV.
  - `brew install cdktf` for Mac/Homebrew
  - https://learn.hashicorp.com/tutorials/terraform/cdktf-install?in=terraform/cdktf for other ENVs
- If adding a new module, in the `cdktf.json` file, add the module to the `terraformModules` array _WITH_ a version number
- If upgrading a module, in the `cdktf.json` file, update the version accordingly.
- Run `cdktf get` to update the current modules. Commit the changes and push!
