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
fix(cli): support stdin via dash convention in import command
Fixes bounty issue #1574
The import command now recognizes the standard Unix convention of using
"-" (dash) as a filename to read from stdin. Previously, using
"cortex import -" would attempt to read from a file literally named
"-" which would fail. Now it properly reads JSON content from stdin.
0 commit comments