diff --git a/README.md b/README.md index 0b4ac875..c505d26c 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,34 @@ input.governance: "dataHash": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1..." } } + ], + "drepCertificates": [ + { + "certificateType": "Registration", + "drepHash": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1", + "drepId": "drep1abcd...", + "deposit": 500000000, + "anchor": { + "url": "https://example.com/drep.json", + "dataHash": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1..." + } + } + ], + "voteDelegationCertificates": [ + { + "certificateType": "VoteDelegation", + "stakeCredential": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1", + "drepType": "KeyHash", + "drepHash": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1", + "drepId": "drep1abcd..." + } + ], + "committeeCertificates": [ + { + "certificateType": "AuthHot", + "coldCredential": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1", + "hotCredential": "81f156d98e1f02123abccdef5439a89d71fa9d8b76c8db028c7df0e1..." + } ] } } @@ -227,10 +255,17 @@ Flags: -h, --help help for adder ``` -Each commandline argument (other than `-config`) has a corresponding environment -variable. For example, the `-input` option has the `INPUT` environment variable, -the `-input-chainsync-address` option has the `INPUT_CHAINSYNC_ADDRESS` -environment variable, and `-output` has `OUTPUT`. +Each commandline argument (other than `--config`) has a corresponding environment +variable. For example, the `--input` option has the `INPUT` environment variable, +the `--input-chainsync-address` option has the `INPUT_CHAINSYNC_ADDRESS` +environment variable, and `--output` has `OUTPUT`. + +For plugin options, the environment variable and the config file key are always +built from the plugin **type** and **name** (`__