pnp / pnp/cli-microsoft365

New command: `spo tenant channelsite list`

Open
#6,501 6 comments 2 reactions 0 assignees View on GitHub

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:

image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.