Specifications

Create, update, delete and query Specifications.

Create Specification

g create --type specification

Update Specification

g update --type specification --id "{guid}"

Delete Specification

g delete --type specification --id "{guid}"

Query Specifications

g query --type specification

Get Specification

g get --type specification --id "{guid}"

Last updated