Power Apps SDK v1.3.1 and CLI v1.0.1 are now available #449
Jordan Chodak (jordanchodakWork)
announced in
Announcements
Replies: 2 comments
|
Hello Jordan Chodak (@jordanchodakWork) I've updated my SDK and CLI to the newest version, but when I tried to execute the command to hide the PA Header this appears in my terminal |
0 replies
|
Hi Gabe,
Thanks for flagging this. The command hasn’t been disabled. Could you run:
pa --version
and confirm it returns 1.0.1?
If you’re working in an existing app, it may have an older CLI version pinned in its package.json. If so, update that version and try the command again.
If it still doesn’t appear, please share the version output.
Note: this feature is still rolling out over the next week or so to actually take affect at runtime, but that shouldn't be affecting configuration with the command.
Thank you,
Jordan
…________________________________
From: GabeMByte ***@***.***>
Sent: Thursday, September 3, 2026 11:02 AM
To: microsoft/PowerAppsCodeApps ***@***.***>
Cc: Jordan Chodak ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/PowerAppsCodeApps] Power Apps SDK v1.3.1 and CLI v1.0.1 are now available (Discussion #449)
Hello Jordan Chodak ***@***.***)<https://github.com/jordanchodakWork>
I've updated my SDK and CLI to the newest version, but when I tried to execute the command to hide the PA Header this appears in my terminal
pa app set-setting --show-header false
Unknown command 'set-setting' under 'pa app'. Run "pa app --help" for available commands
```.
The --help command shows me some commands but no the set-setting command
Was this command disabled of should I have some pending to update?
regards
—
Reply to this email directly, view it on GitHub<#449?email_source=notifications&email_token=BEJHIIKJBMPWTVLF7LD7WXT5NGWZTA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBSG42DGMBYUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSWGM33PORSXEX3DNRUWG2Y#discussioncomment-18274308>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BEJHIINZFVRRL2BHZCORBM35NGWZTAVCNFSNUABIKJSXA33TNF2G64TZHM4TQMBTGAYDQNJZHNCGS43DOVZXG2LPNY5TCMBXGM3TIOBUUF3AE>.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS<https://github.com/notifications/mobile/ios/BEJHIILW7VZNDYN2XD6TG735NGWZTA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBSG42DGMBYUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSVGM33PORSXEX3JN5ZQ> and Android<https://github.com/notifications/mobile/android/BEJHIIOPZ4P6IQKYIHJZFSL5NGWZTA5CNFSNUABIM5UWIORPF5TWS5BNNB2WEL2ENFZWG5LTONUW63SDN5WW2ZLOOQXTCOBSG42DGMBYUZZGKYLTN5XKO3LFNZ2GS33OUVSXMZLOOSXGM33PORSXEX3BNZSHE33JMQ>. Download it today!
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Power Apps SDK v1.3.1 and CLI v1.0.1 are now available
We’re excited to announce updates to the Power Apps SDK and npm-based CLI:
@microsoft/power-apps@1.3.1@microsoft/power-apps-cli@1.0.1This release improves CLI performance, adds an app setting for controlling the app header, and resolves issues affecting SQL, SharePoint, and Node.js ESM projects.
Configure the app header from the CLI (Rolling out over the next 2 weeks)
You can now use an app setting to hide the Power Apps header:
pa app set-setting --show-header falseThis provides a configuration-based alternative to controlling the header through a query parameter.
CLI performance improvements
This release includes major performance improvements across the
paCLI, making common development workflows faster.Bug fixes
Documentation coming soon
We’re also preparing new guidance for:
Thanks for building with Power Apps code apps. As always, please continue sharing your feedback and reporting issues in this repository.
Learn more at aka.ms/pacodeapps.
All reactions