Add env qa command group
#159
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The next PR will add usage documentation to the Agent repo's site.
A good way to test would be to
dda env qa startto start thelinux-containerQA environmentdda env qa run agent statusto confirm it's workingdda env qa config findto locate thedatadog.yamlfile and modify its contents in some waydatadog.yamlfile (also can open directly in your file manager via thedda env qa config explorecommand) add anintegrationsdirectory with a subdirectorypostgrescontaining aconf.yamlfile (or any file ending in.yaml/.yml) with valid contents like:dda env qa config showto confirm your changes appear correctdda env qa config syncto update the configuration used by the Agentdda env qa run agent statusto confirm that thepostgresintegration is now runningdda env qa stop -rto stop and remove the QA environment (or the more involveddda env qa stopfollowed bydda env qa remove)