`juju find-offers`

Usage:

juju find-offers [options]

Summary:

Find offered application endpoints.

Global Options:

--debug  (= false)

Equivalent to --show-log --logging-config==DEBUG

-h, --help  (= false)

Show help on a command or other topic.

--logging-config (= "")

Specify log levels for modules

--quiet  (= false)

Show no informational output

--show-log  (= false)

If set, write the log file to stderr

--verbose  (= false)

Show more verbose output

Command Options:

-B, --no-browser-login  (= false)

Do not use web browser for authentication

--format  (= tabular)

Specify output format (json|tabular|yaml)

--interface (= "")

Return results matching the interface name

-m, --model (= "")

Model to operate in. Accepts [:]|

-o, --output (= "")

Specify an output file

--offer (= "")

Return results matching the offer name

--url (= "")

Return results matching the offer URL

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.

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

See also:

show-offer

Last updated 1 year, 3 months ago.