Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions cli/azd/cmd/testdata/TestFigSpec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2226,7 +2226,7 @@ const completionSpec: Fig.Spec = {
},
{
name: ['update'],
description: 'Update a connection\'s target or credentials.',
description: 'Update a connection\'s target, credentials, or metadata.',
options: [
{
name: ['--custom-key'],
Expand All @@ -2247,6 +2247,16 @@ const completionSpec: Fig.Spec = {
},
],
},
{
name: ['--metadata'],
description: 'Set metadata key=value (repeatable, merged with existing metadata)',
isRepeatable: true,
args: [
{
name: 'metadata',
},
],
},
{
name: ['--output', '-o'],
description: 'The output format',
Expand Down Expand Up @@ -7212,7 +7222,7 @@ const completionSpec: Fig.Spec = {
},
{
name: ['update'],
description: 'Update a connection\'s target or credentials.',
description: 'Update a connection\'s target, credentials, or metadata.',
},
{
name: ['version'],
Expand Down
Loading
Loading