cli: use ~/.uncaged/json-cas as default store path #8
Reference in New Issue
Block a user
Delete Branch "cli/global-store-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Change default store directory from
.cas/(relative to cwd) to~/.uncaged/json-cas/(global fixed path).Why
Previously the store was created relative to the current working directory, making it easy to lose track of data when switching directories. A fixed global path provides a consistent location.
Changes
.cas/→~/.uncaged/json-cas/--storeflag retained as override