Last active
February 8, 2024 00:03
-
-
Save cliffano/cc64fa581817ec7f3a4fdd2f2b0d620f to your computer and use it in GitHub Desktop.
Notes for future kludging...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> tflint | |
"Command line arguments support was dropped in v0.47. Use --chdir or --filter instead" | |
Replace | |
tflint <path> | |
with | |
tflint --chdir=<path> | |
> codebuild | |
"CLIENT_ERROR: authentication required for primary source and source version 2abebfd35cf690b52e3dae4331d8831b5ad3e662" | |
Edit source, disconnect from github, connect with oauth and follow prompt, select repository, update source. | |
> zip with password protection | |
zip -re file.zip data.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment