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
I installed node and datalad via conda and openneuro via npm and ran echo "EXTENSIONS" | git-annex-remote-openneuro from the help page, but the only output I got was the openneuro cli help message:
Usage: git-annex-remote-openneuro [options] [command]
OpenNeuro command line tools.
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
login|l Setup authentication with OpenNeuro
upload|u [options] <dir> Upload or sync a dataset (if an accession number is provided)
download|d [options] <datasetId> <destination> Download a dataset draft or snapshot. If neither is specified, will prompt with available snapshots.
git-credential <operation> A git credentials helper for easier datalad or git-annex access to datasets.
create-dataset|c Create a new empty dataset, useful for adding existing DataLad or git-annex datasets.
ls [options] <datasetId> Lists files from a snapshotted dataset version.
help [command] display help for command
What went wrong?
I installed node and datalad via conda and openneuro via npm and ran
echo "EXTENSIONS" | git-annex-remote-openneuro
from the help page, but the only output I got was the openneuro cli help message:Expected behavior
I expected to see 'VERSION 1' 'EXTENSIONS'.
How to reproduce
Desktop
Phone
Additional information
I edited cli.js and added a bunch of console.log statements and found that it was not executing below line 77:
openneuro/packages/openneuro-cli/src/cli.js
Line 77 in ec543c6
I moved that to line 8 and it works as expected now.
The text was updated successfully, but these errors were encountered: