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

feat: update deps, local-only skate #102

Merged
merged 13 commits into from
Aug 23, 2024
Merged

feat: update deps, local-only skate #102

merged 13 commits into from
Aug 23, 2024

Conversation

caarlos0
Copy link
Member

No description provided.

Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
main.go Show resolved Hide resolved
@meowgorithm
Copy link
Member

Do we still need the Dockerfile?

Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
Signed-off-by: Carlos Alexandro Becker <[email protected]>
@caarlos0
Copy link
Member Author

migration script, assuming the previous version of skate available as ./old-skate:

#!/bin/bash
./old-skate list-dbs | while read -r db; do
  ./old-skate list -k "$db" | while read -r key; do
    ./old-skate get "$key$db" | skate set "$key$db"
  done
done

@caarlos0 caarlos0 marked this pull request as ready for review August 23, 2024 12:50
@caarlos0 caarlos0 merged commit e97b1f1 into main Aug 23, 2024
12 checks passed
@caarlos0 caarlos0 deleted the up branch August 23, 2024 13:35
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.

3 participants