Any Charm
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/beta | 94 | 29 Sep 2025 | |
latest/beta | 93 | 29 Sep 2025 | |
latest/beta | 92 | 29 Sep 2025 | |
latest/beta | 91 | 29 Sep 2025 |
juju deploy any-charm --channel beta
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
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