-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running PowerDocu.exe through PowerShell #161
Comments
Hi @fabipfr , you mention Start-Process -p "solution.zip" -o "outputPath" -m which I'm struggling a bit with, can't replicate it with these parameters (PowerShell complains that -p and -o are ambigous, for example). Can you share more details how you're executing PowerDocu? |
Sorry, the Start-Process Syntax was wrong, it should be like this: Start-Process -NoNewWindow -FilePath "PowerDocu.exe" -ArgumentList "-p solution.zip", "-m", "-o outputPath" I also ran the cmdlet with the new PowerDocu-v.2.1.0, but got the same output 🥲 |
I tried again as described with v2.1.0. I was able to Export Flows but not the Solution itself or a PowerApp. Got the same error as above, but this time with Are there any updates or plans on CLI Support? |
I just resolved this. |
I'm trying to run PowerDocu.exe with PowerShells "Start-Process" cmdlet. Currently I'm getting this error output:
Before [...] the output suggests that everything works fine and the documentation finished successfully
To Reproduce
Steps to reproduce the behavior:
I'm really looking forward for full CLI support! <3
The text was updated successfully, but these errors were encountered: