juju find-offers
¶
See also: show-offer
Summary¶
Find offered application endpoints.
Options¶
Flag |
Default |
Usage |
---|---|---|
|
false |
Do not use web browser for authentication |
|
tabular |
Specify output format (json|tabular|yaml) |
|
return results matching the interface name |
|
|
Model to operate in. Accepts [<controller name>:]<model name>|<model UUID> |
|
|
Specify an output file |
|
|
return results matching the offer name |
|
|
return results matching the offer URL |
Examples¶
juju find-offers
juju find-offers mycontroller:
juju find-offers fred/prod
juju find-offers --interface mysql
juju find-offers --url fred/prod.db2
juju find-offers --offer db2
Details¶
Find which offered application endpoints are available to the current user.
This command is aimed for a user who wants to discover what endpoints are available to them.