In Note for Windows users it is more practical to use the following PowerShell command:
$files = Get-ChildItem *.gz | Select-Object -Expand FullName
ena-upload-cli --dev --action add --center 'XXX' --data $files --checklist XXX --secret XXX --xlsx XXX.xlsx
In
Note for Windows usersit is more practical to use the following PowerShell command: