Skip to content

Commit

Permalink
Adds spp model get command closes #6105
Browse files Browse the repository at this point in the history
  • Loading branch information
mkm17 committed Nov 22, 2024
1 parent 6c6be23 commit 8caeee1
Show file tree
Hide file tree
Showing 6 changed files with 850 additions and 3 deletions.
306 changes: 306 additions & 0 deletions docs/docs/cmd/spp/model/model-get.mdx

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/src/config/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3989,6 +3989,11 @@ const sidebars: SidebarsConfig = {
},
{
model: [
{
type: 'doc',
label: 'model get',
id: 'cmd/spp/model/model-get'
},
{
type: 'doc',
label: 'model list',
Expand Down
1 change: 1 addition & 0 deletions src/m365/spp/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ const prefix: string = 'spp';

export default {
CONTENTCENTER_LIST: `${prefix} contentcenter list`,
MODEL_GET: `${prefix} model get`,
MODEL_LIST: `${prefix} model list`
};
Loading

0 comments on commit 8caeee1

Please sign in to comment.