pre object
Manages objects, including displaying information, minting, updating, and upgrading
pre object info OID
Displays detailed information about a specific object
USAGE
$ pre object info OID [-u <value>] [-f <value>] [--rev <value>]
ARGUMENTS
OID Oid spec of the object, in dot-decimal format, the rightmost part can be zero to indicate not specified
FLAGS
--rev=<value> Object revision
CONTEXT FLAGS
-f, --conf=<value> Use config file at path
-u, --universe=<value> Universe name in the config file
DESCRIPTION
Displays detailed information about a specific object
pre object mint OID [DATA]
Mints new objects from existing sets
USAGE
$ pre object mint OID... [DATA...] -a <value> [-u <value>] [--keystore
<value>] [-f <value>] [-p <value>]
ARGUMENTS
OID... Oid spec of the object, in dot-decimal format, the rightmost part can be zero to indicate not specified
DATA...
CONTEXT FLAGS
-a, --account=<value> (required) Name of the account to use as transaction sender
-f, --conf=<value> Use config file at path
-p, --password=<value> Password to unlock the account
-u, --universe=<value> Universe name in the config file
--keystore=<value> Path to the keystore directory
DESCRIPTION
Mints new objects from existing sets
pre object update OID [DATA]
Applies updates to an existing object
USAGE
$ pre object update OID [DATA] -a <value> [-u <value>] [--keystore <value>]
[-f <value>] [-p <value>]
ARGUMENTS
OID Oid spec of the object, in dot-decimal format, the rightmost part can be zero to indicate not specified
DATA
CONTEXT FLAGS
-a, --account=<value> (required) Name of the account to use as transaction sender
-f, --conf=<value> Use config file at path
-p, --password=<value> Password to unlock the account
-u, --universe=<value> Universe name in the config file
--keystore=<value> Path to the keystore directory
DESCRIPTION
Applies updates to an existing object
pre object upgrade OID
Upgrades an object’s kind or set to a newer version
USAGE
$ pre object upgrade OID -a <value> [-u <value>] [--keystore <value>] [-f
<value>] [-p <value>] [--krev <value>] [--srev <value>]
ARGUMENTS
OID Oid spec of the object, in dot-decimal format, the rightmost part can be zero to indicate not specified
FLAGS
--krev=<value> Kind revision
--srev=<value> Set revision
CONTEXT FLAGS
-a, --account=<value> (required) Name of the account to use as transaction sender
-f, --conf=<value> Use config file at path
-p, --password=<value> Password to unlock the account
-u, --universe=<value> Universe name in the config file
--keystore=<value> Path to the keystore directory
DESCRIPTION
Upgrades an object’s kind or set to a newer version