Skip to main content

Context

The commands in this section are available when the package @uniformdev/context is installed.

Aggregates

Get aggregate

uniform context aggregate get <id>
command
Fetch a aggregate definition from the Uniform project.
+ show options

List aggregates

uniform context aggregate list
command
List aggregate definitions from the Uniform project.
+ show options

Pull aggregate

uniform context aggregate pull <directory>
command
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>
command
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>
command
Delete a aggregate definition from the Uniform project.
+ show options

Update aggregate

uniform context aggregate update <filename>
command
Insert or update a aggregate definition from a local file to the Uniform project.
+ show options

Enrichments

Get enrichment

uniform context enrichment get <id>
command
Fetch a enrichment definition from the Uniform project.
+ show options

List enrichments

uniform context enrichment list
command
List enrichment definitions from the Uniform project.
+ show options

Pull enrichment

uniform context enrichment pull <directory>
command
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>
command
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>
command
Delete a enrichment definition from the Uniform project.
+ show options

Update enrichment

uniform context enrichment update <filename>
command
Insert or update a enrichment definition from a local file to the Uniform project.
+ show options

Manifests

Get manifest

uniform context manifest get <id>
command
Fetch the manifest for the Uniform project.
+ show options

Quirks

Get quirk

uniform context quirk get <id>
command
Fetch a quirk definition from the Uniform project.
+ show options

List quirks

uniform context quirk list
command
List quirk definitions from the Uniform project.
+ show options

Pull quirk

uniform context quirk pull <directory>
command
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>
command
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>
command
Delete a quirk definition from the Uniform project.
+ show options

Update quirk

uniform context quirk update <filename>
command
Insert or update a quirk definition from a local file to the Uniform project.
+ show options

Signals

Get signal

uniform context signal get <id>
command
Fetch a signal definition from the Uniform project.
+ show options

List signals

uniform context signal list
command
List signal definitions from the Uniform project.
+ show options

Pull signal

uniform context signal pull <directory>
command
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>
command
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>
command
Delete a signal definition from the Uniform project.
+ show options

Update signal

uniform context signal update <filename>
command
Insert or update a signal definition from a local file to the Uniform project.
+ show options

Tests

Get test

uniform context test get <id>
command
Fetch a test definition from the Uniform project.
+ show options

List tests

uniform context test list
command
List test definitions from the Uniform project.
+ show options

Pull test

uniform context test pull <directory>
command
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>
command
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>
command
Delete a test definition from the Uniform project.
+ show options

Update test

uniform context test update <filename>
command
Insert or update a test definition from a local file to the Uniform project.
+ show options