- 
                Notifications
    You must be signed in to change notification settings 
- Fork 20
Open
Description
Noticed a few rough edges while deploying a firmware today:
- nerves_hub helpthrows an error message. It currently expects- nerves_hub --help
- likewise, nerves_hub help COMMANDalso throws an error message
- nerves_hub firmware signhelp text should be- nerves_hub firmware sign /PATH/TO/FIRMWARE --key KEYNAME. (and best case is we can detect the firmware file rather than having to explicitly pass it it)
- nerves_hub product delete PRODUCT_NAMEdoesn't handle success correctly:- Unhandled error: {:ok, nil}
- nerves_hub product createdoesn't accept the default (directory name):
❯ nerves_hub product create
NervesHub server: manage.nervescloud.com:443
NervesHub organization: protolux
Product name (default soleil_demo):
Creating product ''...
Unhandled error: {:error, %{"errors" => %{"name" => ["can't be blank"]}}}
Metadata
Metadata
Assignees
Labels
No labels