JustPaste.it

Following: https://jujucharms.com/docs/1.25/authors-charm-actions

.
├── actions
│   └── reset
├── actions.yml

 

$ cat actions.yml
reset:
  description: Hard reset of the database DROP / CREATE

 

$ juju action defined <service>

No actions defined for <service>