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
The arg order for config.LoadConfig is wrong. This causes the following error when shore diff is ran:
╰─ shore diff
failed to decode flag as either JSON or filepath with errors:
{2 errors occurred:
* could not decode JSON - 'render' - Read: unexpected value type: 0, error found in#0 byte of ...|render|..., bigger context ...|render|...* could not find file - 'render'
}
Steps to Reproduce
Run shore diff against any working/rendering project.
Expected behavior:
shore diff works and shows if there's any difference.
Actual behavior:
shore diff errors out - error mentioned above.
Reproduces how often:
100% of the time
Versions
v0.0.10 and prior.
Additional Information
N/A
The text was updated successfully, but these errors were encountered:
Pre Requisites
Description
The shore diff command is currently broken due to this line:
shore/pkg/command/diff.go
Lines 28 to 30 in 34a4b66
The arg order for
config.LoadConfig
is wrong. This causes the following error whenshore diff
is ran:Steps to Reproduce
shore diff
against any working/rendering project.Expected behavior:
shore diff
works and shows if there's any difference.Actual behavior:
shore diff
errors out - error mentioned above.Reproduces how often:
100% of the time
Versions
v0.0.10
and prior.Additional Information
N/A
The text was updated successfully, but these errors were encountered: