Hi all
I'm writing a Juju-related paper and I'd like to get statistics on Charm,
layer and interface usage. Are these publicly available?
Related: is there a documented API to get the code of the charms that are
available in the charm store?
Kind regards
Merlijn
--
Juju mailing list
Juju@lis
Hi Merlijn,
On Thu, 25 Jan 2018 at 16:17 Merlijn Sebrechts
wrote:
> Hi all
>
>
> I'm writing a Juju-related paper and I'd like to get statistics on Charm,
> layer and interface usage. Are these publicly available?
>
> Related: is there a documented API to get the code of the charms that are
> av
https://github.com/juju/charmstore/blob/v5-unstable/docs/API.md is the docs
for the API to the charmstore itself. As Adam notes, you can pull down any
file and there's manifest call that lists out the files in the charm. From
there you could probably check if the charm has a layers.yaml and if so
f