We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm a first-time user, but it seems to me that --sort-by-required should be --sort-by required It is wrong in several places in the readme.
--sort-by-required
--sort-by required
https://github.com/cytopia/docker-terraform-docs/blob/master/README.md
I ran the command below to figure out the proper syntax docker run --rm -v $(pwd):/data cytopia/terraform-docs terraform-docs help
docker run --rm -v $(pwd):/data cytopia/terraform-docs terraform-docs help
The text was updated successfully, but these errors were encountered:
Good point. This is a relict from older versions when arguments where named differently. I will make it a PR to clean up the legacy commands.
Sorry, something went wrong.
cytopia
No branches or pull requests
I'm a first-time user, but it seems to me that
--sort-by-required
should be--sort-by required
It is wrong in several places in the readme.
https://github.com/cytopia/docker-terraform-docs/blob/master/README.md
I ran the command below to figure out the proper syntax
docker run --rm -v $(pwd):/data cytopia/terraform-docs terraform-docs help
The text was updated successfully, but these errors were encountered: