Hi,
I am trying to do solution export with powerapps CLI (docs.microsoft.com/.../powerapps-cli
First I auth
PS C:\Users\andnov> pac auth create --url https://****dev.crm4.dynamics.com
then I try to do export
PS C:\Users\andnov> pac solution export --path C:\Users\andnov\Downloads\ -- name Customizations2020Q4 --managed true --targetversion 0.52.0.7 --include general
And get error:
Microsoft PowerApps CLI
Version: 1.5.2+gb529147
Error: Not a valid command. Try running 'pac [command] help'.
Hints:
Parse failed on: Customizations2020Q4
Current command: export
Is this a known command? No, was it misspelled?
Is this a known argument? No, was it misspelled?
Was it quote wrapped? No, be sure to wrap values that contain spaces.
What I am doing wrong?
Thanks for clue,
Managed to complete export this way:
pac solution export --path d:\testpacexport.zip --name testpacexport --async --managed
Hello,
Try to use something like
PS C:\Users\andnov> pac solution export --path C:\Users\andnov\Downloads\Customizations2020Q4.zip -- name Customizations2020Q4 --managed true --targetversion 0.52.0.7 --include general
According to the description - docs.microsoft.com/.../powerapps-cli path has to contain the name of the solution file. No guarantees, never used this part of CLI.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,101 Super User 2024 Season 2
Martin Dráb 229,908 Most Valuable Professional
nmaenpaa 101,156