Skip to content

Instantly share code, notes, and snippets.

@simesy
Last active April 20, 2025 05:44
Show Gist options
  • Select an option

  • Save simesy/342b6cbd3d20cd2764e17ad162d3c3cb to your computer and use it in GitHub Desktop.

Select an option

Save simesy/342b6cbd3d20cd2764e17ad162d3c3cb to your computer and use it in GitHub Desktop.
GovCMS dev tooling check
# You can copy/paste this command into your terminal.
echo "Check your GovCMS developer tools:" \
&& git --version \
&& docker --version \
&& docker-compose --version \
&& pygmy --version \
&& echo "Ahoy "$(ahoy --version)
@simesy
Copy link
Author

simesy commented Apr 20, 2025

pygmy --version is not a valid flag for pygmy.

Correct command would be pygmy version.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment