Skip to content

Conversation

RaeesBhatti
Copy link
Contributor

Fixes: #385

LEGACY_CREDENTIALS_PATH = CONFIG_DIR / "credentials.json"

# Local project configuration file
LOCAL_CONFIG_FILE = Path.cwd() / ".tensorlake.toml"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we make this into a directory, .tensorkale/config.toml? It will probably be easier to make any changes in the future if we need to that way.

If I look at this from past experiences, I like what GitHub did (all config files inside a directory from the start), more than what we did at Netlify (one file in the root, and then adding a directory later when we needed to dump more files in the repo). 🙈

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.

CLI Behavior

2 participants