Any Charm
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/beta | 151 | 26 Jun 2026 | |
| latest/beta | 150 | 26 Jun 2026 | |
| latest/beta | 147 | 26 Jun 2026 | |
| latest/beta | 146 | 26 Jun 2026 | |
| latest/beta | 145 | 26 Jun 2026 | |
| latest/beta | 144 | 26 Jun 2026 | |
| latest/beta | 101 | 13 Nov 2025 | |
| latest/beta | 96 | 13 Nov 2025 | |
| latest/edge | 140 | 07 Apr 2026 | |
| latest/edge | 139 | 07 Apr 2026 |
juju deploy any-charm --channel beta
-
get-relation-data
Get relation data that are currently attached to this charm.
-
rpc
Invoke any method of the AnyCharm that the return value and arguments can be encoded in JSON. The AnyCharm can be extended with any method using the src-overwrite config.
- Params
-
args string
A json encoded args list that will be used in the method invocation.
-
kwargs string
A json encoded kwargs map that will be used in the method invocation.
-
method string