New command: `spo tenant channelsite list`
Open
Nobody has claimed this yet.
keep-open
needs discussion
needs research
new feature
- Dominant language
- TypeScript
- Stars
- 1.5k
- Forks
- 413
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 21
Description
Usage
m365 spo tenant channelsite list [options]
Description
Lists all associated channel sites
Options
| Option | Description |
|---|---|
-u, --siteUrl [siteUrl] |
URL of the SharePoint group site. Specify either siteUrl, teamId, or teamName. |
--teamId [teamId] |
ID of the Microsoft Team. Specify either siteUrl, teamId, or teamName. |
--teamName [teamName] |
Name of the Microsoft Team. Specify either siteUrl, teamId, or teamName. |
Examples
Get all associated channel sites from a site by URL
m365 spo tenant channelsite list --siteUrl https://contoso.sharepoint.com/sites/Marketing
Get all associated channel sites from a team by ID
m365 spo tenant channelsite list --teamId 915fa90d-b123-43da-aeec-ef5e2f617e06
Get all associated channel sites from a team by display name
m365 spo tenant channelsite list --teamName Marketing
Default properties
- Title
- URL
Additional Info
Context:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing spo tenant command entry points and related tests. Add the channelsite list command with its siteUrl, teamId, and teamName options, and verify that it lists associated channel sites with Title and URL as the default properties.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100