Share CLI command - uni
share uni
Manage Uni operations.
Table of Contents
Commands
Manage Uni operations
Usage
Sub command | description |
---|---|
uni create | Create a new uni |
uni delete | Permanently delete a uni |
uni evolve | Evolve the schema for a Uni |
uni get | Get information about a given uni |
uni invite | Invite a new node to join the Uni |
uni join | Join an existing Uni |
uni list | Lists all unis in your account |
uni open | Open a Uni in the vendia dev console |
uni reset | Resets Uni to it’s original state |
Examples
uni create
Create a new uni
The uni create
command also allows for optionally providing the schema and initial state filenames as an alternative to providing them in the registration file.
Usage
Flags
config
(option) - File path or JSON registration datarole
(option) - Role name to use for the operation
Examples
uni delete
Permanently delete a uni
Usage
Flags
uni
(option) - Name of Uniforce
(boolean) - Force deletion with no confirmation step. Use with cautionrole
(option) - Role name to use for the operation
Examples
uni evolve
Evolve the schema for a Uni
Usage
Flags
uni
(option) - Name of Unischema
(option) - File path of schemaallowed-breaking-change
(option) - A type of breaking change allowed. This flag may be specified multiple times to allow more than one type of breaking change.approval-required
(option) - Interactive approval for breaking changes to a schema. Default is ‘ALWAYS’role
(option) - Role name to use for the operation
Examples
uni get
Get information about a given uni
Usage
Flags
uni
(option) - Name of Unirole
(option) - Role name to use for the operation
Examples
uni invite
Invite a new node to join the Uni
Usage
Flags
uni
(option) - Name of Uniuser
(option) - User email of user to inviterole
(option) - Role name to use for the operation
Examples
uni join
Join an existing Uni
Usage
Flags
uni
(option) - Name of Unitoken
(option) - Value of the invitation tokenconfig
(option) - Node configuration settingsjson
(boolean) - Output return values as JSONrole
(option) - Role name to use for the operation
Examples
uni list
Lists all unis in your account Lists all unis in which the calling account owns a node.
Usage
Flags
json
(boolean) - Return list of unis as jsonrole
(option) - Role name to use for the operation
Examples
uni open
Open a Uni in the vendia dev console
Usage
Flags
uni
(option) - Name of Uni
Examples
uni reset
Resets Uni to it’s original state Resets uniName to the state it was in just after it began operation (useful during development and testing).
Usage
Flags
uni
(option) - Name of Unirole
(option) - Role name to use for the operation
Examples