nerves_hub_cli v0.5.0 mix nerves_hub.ca_certificate
Manages CA certificates
list
mix nerves_hub.ca_certificate list
create
mix nerves_hub.ca_certificate create CERT_PATH
delete
mix nerves_hub.ca_certificate delete CERT_SERIAL
Link to this section Summary
Functions
A task needs to implement run
which receives
a list of command line args
Link to this section Functions
Link to this function
create(cert_path, org)
Link to this function
delete(serial, org)
Link to this function
list(org)
Link to this function
run(args)
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.