mix bedrock.status (bedrock v0.6.0)

View Source

Print status 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.status
$ mix bedrock.status -r Custom.Cluster

Command line options

  • -c, --cluster - the cluster to examine

Summary

Functions

Callback implementation for Mix.Task.run/1.

Functions

run(argv)

@spec run([String.t()]) :: :ok

Callback implementation for Mix.Task.run/1.