You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dat init should create a dat.json or, if it already exists, update selected properties (such as title and description) while keeping any previously set properties intact. (I am hoping to keep e.g. experimental intact for Beaker...)
Actual behavior
dat init discards all previously set properties in dat.json, creates a file that only has the title and description set.
Note
A similar issue was previously discussed in #148, but it seems the behavior has since changed (again?).
The text was updated successfully, but these errors were encountered:
Bug Report
Expected behavior
dat init
should create adat.json
or, if it already exists, update selected properties (such astitle
anddescription
) while keeping any previously set properties intact. (I am hoping to keep e.g.experimental
intact for Beaker...)Actual behavior
dat init
discards all previously set properties indat.json
, creates a file that only has thetitle
anddescription
set.Note
A similar issue was previously discussed in #148, but it seems the behavior has since changed (again?).
The text was updated successfully, but these errors were encountered: