Context
The commands in this section are available when the package @uniformdev/context is installed.
Aggregates
Get aggregate
uniform context aggregate get <id>
Fetch a aggregate definition from the Uniform project.
+ show options
List aggregates
uniform context aggregate list
List aggregate definitions from the Uniform project.
+ show options
Pull aggregate
uniform context aggregate pull <directory>
Fetch all aggregate definitions from the Uniform project and save them to files in a local directory.
+ show options
Push aggregate
uniform context aggregate push <directory>
insert or update all aggregate definitions from files in a local directory to the Uniform project.
+ show options
Remove aggregate
uniform context aggregate remove <id>
Delete a aggregate definition from the Uniform project.
+ show options
Update aggregate
uniform context aggregate update <filename>
Insert or update a aggregate definition from a local file to the Uniform project.
+ show options
Enrichments
Get enrichment
uniform context enrichment get <id>
Fetch a enrichment definition from the Uniform project.
+ show options
List enrichments
uniform context enrichment list
List enrichment definitions from the Uniform project.
+ show options
Pull enrichment
uniform context enrichment pull <directory>
Fetch all enrichment definitions from the Uniform project and save them to files in a local directory.
+ show options
Push enrichment
uniform context enrichment push <directory>
insert or update all enrichment definitions from files in a local directory to the Uniform project.
+ show options
Remove enrichment
uniform context enrichment remove <id>
Delete a enrichment definition from the Uniform project.
+ show options
Update enrichment
uniform context enrichment update <filename>
Insert or update a enrichment definition from a local file to the Uniform project.
+ show options
Manifests
Get manifest
uniform context manifest get <id>
Fetch the manifest for the Uniform project.
+ show options
Quirks
Get quirk
uniform context quirk get <id>
Fetch a quirk definition from the Uniform project.
+ show options
List quirks
uniform context quirk list
List quirk definitions from the Uniform project.
+ show options
Pull quirk
uniform context quirk pull <directory>
Fetch all quirk definitions from the Uniform project and save them to files in a local directory.
+ show options
Push quirk
uniform context quirk push <directory>
insert or update all quirk definitions from files in a local directory to the Uniform project.
+ show options
Remove quirk
uniform context quirk remove <id>
Delete a quirk definition from the Uniform project.
+ show options
Update quirk
uniform context quirk update <filename>
Insert or update a quirk definition from a local file to the Uniform project.
+ show options
Signals
Get signal
uniform context signal get <id>
Fetch a signal definition from the Uniform project.
+ show options
List signals
uniform context signal list
List signal definitions from the Uniform project.
+ show options
Pull signal
uniform context signal pull <directory>
Fetch all signal definitions from the Uniform project and save them to files in a local directory.
+ show options
Push signal
uniform context signal push <directory>
insert or update all signal definitions from files in a local directory to the Uniform project.
+ show options
Remove signal
uniform context signal remove <id>
Delete a signal definition from the Uniform project.
+ show options
Update signal
uniform context signal update <filename>
Insert or update a signal definition from a local file to the Uniform project.
+ show options
Tests
Get test
uniform context test get <id>
Fetch a test definition from the Uniform project.
+ show options
List tests
uniform context test list
List test definitions from the Uniform project.
+ show options
Pull test
uniform context test pull <directory>
Fetch all test definitions from the Uniform project and save them to files in a local directory.
+ show options
Push test
uniform context test push <directory>
insert or update all test definitions from files in a local directory to the Uniform project.
+ show options
Remove test
uniform context test remove <id>
Delete a test definition from the Uniform project.
+ show options
Update test
uniform context test update <filename>
Insert or update a test definition from a local file to the Uniform project.
+ show options