github.com/juju/juju@v0.0.0-20240327075706-a90865de2538/testcharms/charms/ubuntu-plus/actions.yaml (about) 1 "hello": 2 "description": "Hello World." 3 "params": 4 "who": 5 "type": "string" 6 "description": "The person to say hello to." 7 "no-dispatch": 8 "description": "Move dispatch file to new name." 9 "params": 10 "filename": 11 "type": "string" 12 "description": "New location for dispatch file." 13 "dispatch": 14 "description": "Move filename to dispatch." 15 "params": 16 "filename": 17 "type": "string" 18 "description": "Filename of old dispatch file." 19 "write-charm-state": 20 "description": "Set a CLOB of size n as the charm state" 21 "params": 22 "num-entries": 23 "type": "number" 24 "description": "Number of key/value pairs to write." 25 "key-len": 26 "type": "number" 27 "description": "Size of each key." 28 "value-len": 29 "type": "number" 30 "description": "Size of each value."