porting all github actions from bluesky-social/indigo to tangled CI

goat plc: update usage text

I think it's unnecessary to specify JSON format everywhere

Changed files
+5 -5
cmd
goat
+5 -5
cmd/goat/plc.go
··· 79 79 }, 80 80 &cli.Command{ 81 81 Name: "genesis", 82 - Usage: "produce an unsigned genesis operation, as JSON", 82 + Usage: "produce an unsigned genesis operation", 83 83 Flags: []cli.Flag{ 84 84 &cli.StringFlag{ 85 85 Name: "handle", ··· 102 102 }, 103 103 &cli.Command{ 104 104 Name: "calc-did", 105 - Usage: "calculate the DID corresponding to a signed PLC operation (input in JSON format)", 105 + Usage: "calculate the DID corresponding to a signed PLC operation", 106 106 ArgsUsage: `<signed_genesis.json>`, 107 107 Flags: []cli.Flag{}, 108 108 Action: runPLCCalcDID, 109 109 }, 110 110 &cli.Command{ 111 111 Name: "sign", 112 - Usage: "", 112 + Usage: "sign an operation, ready to be submitted", 113 113 ArgsUsage: `<operation.json>`, 114 114 Flags: []cli.Flag{ 115 115 &cli.StringFlag{ ··· 122 122 }, 123 123 &cli.Command{ 124 124 Name: "submit", 125 - Usage: "submit a signed operation to the PLC directory (input in JSON format)", 125 + Usage: "submit a signed operation to the PLC directory", 126 126 ArgsUsage: `<signed_operation.json>`, 127 127 Flags: []cli.Flag{ 128 128 &cli.BoolFlag{ ··· 138 138 }, 139 139 &cli.Command{ 140 140 Name: "update", 141 - Usage: "apply updates to a previous operation produce a new one (but don't sign or submit it, yet)", 141 + Usage: "apply updates to a previous operation to produce a new one (but don't sign or submit it, yet)", 142 142 ArgsUsage: `<DID>`, 143 143 Flags: []cli.Flag{ 144 144 &cli.StringFlag{