nerves_hub_cli v0.7.2 Mix.NervesHubCLI.Shell

Link to this section Summary

Link to this section Functions

Link to this function

do_render_error(errors)
do_render_error(any()) :: :ok

Link to this function

error(output)
error(IO.ANSI.ansidata()) :: :ok

Link to this function

info(output)
info(IO.ANSI.ansidata()) :: :ok

Link to this function

password_get(prompt)
password_get(String.t()) :: String.t()

Link to this function

prompt(output)
prompt(String.t()) :: String.t()

Link to this function

raise(output)
raise(String.t()) :: no_return()

Link to this function

render_error(errors)
render_error([{:error, any()}]) :: no_return()

Link to this function

request_auth(prompt \\ "Local NervesHub user password:")
request_auth(String.t()) :: NervesHubUserAPI.Auth.t()

Link to this function

request_keys(org, name)

Link to this function

request_keys(org, name, prompt)

Link to this function

yes?(message)
yes?(String.t()) :: boolean()