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
easy to forget to update when new volume is added
compare backup/volumes_list to container-compose.yml
The text was updated successfully, but these errors were encountered:
is this "solution" too cursed? diff <(head -n -1 backup/volumes_list | tail -n +2 | cut -c 13- | sort) <(python3 -c 'print(__import__("json").dumps(__import__("yaml").safe_load(__import__("sys").stdin.read())))' < container-compose.yml | jq -r '.volumes|keys|join("\n")')
diff <(head -n -1 backup/volumes_list | tail -n +2 | cut -c 13- | sort) <(python3 -c 'print(__import__("json").dumps(__import__("yaml").safe_load(__import__("sys").stdin.read())))' < container-compose.yml | jq -r '.volumes|keys|join("\n")')
Sorry, something went wrong.
No branches or pull requests
easy to forget to update when new volume is added
compare backup/volumes_list to container-compose.yml
The text was updated successfully, but these errors were encountered: