-
Notifications
You must be signed in to change notification settings - Fork 328
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
New command: spo page default get
#6493
Comments
Assign this to me please.
assuming this command will return detailed information about the home page and not just the relative URL. |
Yes, the response should look the same as |
Instead of creating a new command, I'm wondering if we should just enhance
What is your stance on this @pnp/cli-for-microsoft-365-maintainers? |
Have we considered the alternative of |
Fair point about the |
Usage
m365 spo page default get [options]
Description
Gets the home page for a specific site
Options
-u, --webUrl <webUrl>
Examples
Get the home page of a specific site
Default properties
No response
Additional Info
To get to know which page is the current home page, execute this request:
Thereafter, you should retrieve the site page with a
GetFileByServerRelativePath
request.The text was updated successfully, but these errors were encountered: