Skip to content
New issue

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

Add --checksum option to print the project's current checksum #54

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

marcgibbons
Copy link
Contributor

@marcgibbons marcgibbons commented Jun 3, 2024

This option lets users get the current checksum of the project without performing any operations. This can be useful to generate a cache key in CI platforms to bundle databases dumps with other artifacts like coverage reports.

Example:

$ python manage.py migrateci --checksum
8c1c0190533e18f1e694d8b0be5c46ad

This command lets users get the current checksum of the project without
performing any operations. This can be useful to generate a cache key in CI
platforms to bundle databases dumps with other artifacts like coverage
reports.
@marcgibbons marcgibbons changed the title Add options to print the project's current checksum Add option to print the project's current checksum Jun 3, 2024
@marcgibbons marcgibbons changed the title Add option to print the project's current checksum Add --checksum option to print the project's current checksum Jun 3, 2024
@iurisilvio
Copy link
Collaborator

Yes, this checksum may be useful! Thanks!

@iurisilvio iurisilvio merged commit 6556254 into businho:main Jun 17, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants