Skip to content

Instantly share code, notes, and snippets.

@adenot
Last active April 19, 2022 22:11

Revisions

  1. adenot revised this gist Apr 19, 2022. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion ssm-loader.sh
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    pip3 install ssm-loader

    ./.local/bin/ssm dump /app/dev/ -o app-dev.json
    ./.local/bin/ssm dump /app/dev/ -o app-dev.json

    # edit app-dev.json, and load back:

    ./.local/bin/ssm load -f app-dev.json
  2. adenot created this gist Apr 19, 2022.
    3 changes: 3 additions & 0 deletions ssm-loader.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    pip3 install ssm-loader

    ./.local/bin/ssm dump /app/dev/ -o app-dev.json