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
Describe the bug
pac data export --dataFile (-df) parameter is not optional. The documentation states that the --dataFile is optional with default value of Data.zip
To Reproduce
Steps to reproduce the behavior in PowerShell:
pac auth to a valid environment
navigate to where the schema file resides
run pac data export -sf data_schema.xml -o -v
Actual behavior
Error message returned in terminal: Error: Value cannot be null.
Parameter name: path
Expected behavior
Command ran successfully and takes "Data.zip" as the default data file as per documentation
OR
--dataFile (-df) is indeed a required parameter
Also, error message should state "dataFile" not "path". Path is not a valid parameter of this command.
The text was updated successfully, but these errors were encountered:
Describe the bug
pac data export --dataFile (-df) parameter is not optional. The documentation states that the --dataFile is optional with default value of Data.zip
To Reproduce
Steps to reproduce the behavior in PowerShell:
pac data export -sf data_schema.xml -o -v
Actual behavior
Error message returned in terminal:
Error: Value cannot be null.
Parameter name: path
Expected behavior
Command ran successfully and takes "Data.zip" as the default data file as per documentation
OR
--dataFile (-df) is indeed a required parameter
Also, error message should state "dataFile" not "path". Path is not a valid parameter of this command.
The text was updated successfully, but these errors were encountered: