mix bedrock.config (bedrock v0.6.0)
View SourcePrint configuration information about the given cluster.
The clusters to interrogate are the ones specified under the
:bedrock_clusters option in the current app configuration. However,
if the -c option is given, it replaces the :bedrock_clusters config.
Since Bedrock tasks can only be executed once, if you need to get status
for multiple clusters, set :bedrock_clusters accordingly or pass the -c
flag multiple times.
Examples
$ mix bedrock.config
$ mix bedrock.config -r Custom.Cluster
Command line options
-c,--cluster- the cluster to examine
Summary
Functions
@spec run([String.t()]) :: :ok
Callback implementation for Mix.Task.run/1.