Skip to content

New command: Add taxonomy term #605

@waldekmastykarz

Description

@waldekmastykarz

Add taxonomy term

command: spo term add -n|--name <name> -s|--termSetId [termSetId] --termSetName [termSetName] -g|--termGroupId [termGroupId] --termGroupName [termGroupName] -i|--id [id] -d|--description [description] --customProperties [customProperties] --localCustomProperties [localCustomProperties]

  • name: Name of the term to add
  • termSetId: ID of the term set in which to create the term. Specify termSetId or termSetName but not both
  • termSetName: Name of the term set in which to create the term. Specify termSetId or termSetName but not both
  • termGroupId: ID of the term group where the term set is located. Specify termGroupId or termGroupName but not both
  • termGroupName: Name of the term group where the term set is located. Specify termGroupId or termGroupName but not both
  • id: ID of the term to add
  • description: Description of the term to add
  • customProperties: JSON object with key-value pairs representing custom properties to set on the term
  • localCustomProperties: JSON object with key-value pairs representing custom properties to set on the term

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions