Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 766 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 766 Bytes

scripts

Scripts for various tasks

docker-multi-nexus

This is a script to help cloning docker images into nexus with multiple architectures.

  • Usage: ./docker-multi-nexus.sh mongo:6.0.11

cypress-bdd-stats

This is a script to help generate stats from cypress bdd tests.

  • Usage: ./cypress-bdd-stats.py my/step_definitions/this my/step_definitions/that

jwt-tool

Small util to encode / decode jwt keys to velidate information & create tests.

docker-compose_generate_known_good_state.sh

I rely on docker image:latest except when I have a good reason not to (e.g. known compat issue) - this helps me keep a working version of my compose files by extracting the tags from the active versions, and saves a backup with those instead of assumed :latest.