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
Given a structure like...
database/ └── revisions/ └── ...files jrny.toml jrny-env.toml
... and a jrny.toml file like...
jrny.toml
[revisions] directory = "database/revisions" [table] schema = "jrny" name = "revisions"
... trying to use any jrny command from the same directory as the config & env files results in an error like...
jrny
Error: `jrny-env.toml` must exist within same directory as config file or `--database-url` must be provided
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given a structure like...
... and a
jrny.toml
file like...... trying to use any
jrny
command from the same directory as the config & env files results in an error like...The text was updated successfully, but these errors were encountered: