flynt-cli
flynt-cli copied to clipboard
flynt clone db fails when setting different base path
Setting a different base path than the one where the .flynt.json is, breaks the clone db task as it tries to use the base path to get /tmp/ and /backup/ directories. Creating the directories manually or providing a --configPath (not sure if that works, see #69) to get around the issue did not work.