Hex v0.17.2 mix hex View Source

Prints Hex tasks and their information.

 mix hex

See mix help hex.config to see all available configuration options.

Link to this section Summary

Link to this section Functions

Link to this function

auth_organization(name, key)

View Source
Link to this function

decrypt_key(password, key)

View Source
Link to this function

encrypt_key(password, key)

View Source
Link to this function

generate_api_key(username, password)

View Source
Link to this function

generate_organization_key(name, auth \\ nil)

View Source
Link to this function

prompt_decrypt_key(encrypted_key, challenge \\ "Local password")

View Source
Link to this function

prompt_encrypt_key(key, challenge \\ "Local password")

View Source
Link to this function

required_opts(opts, required)

View Source

Callback implementation for Mix.Task.run/1.