-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
initial import of "hat" #1
base: master
Are you sure you want to change the base?
Conversation
8d696f0
to
232444b
Compare
232444b
to
a7dcee7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't review any of the code (I don't speak Rust) ...
Does the tool already work with the Device Registry Management API or has it been developed against the original HTTP API?
|
||
Or by setting the environment variable `HAT_TENANT`: | ||
|
||
HAT_TENANT=foo hat device create 4711 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should probably be
HAT_TENANT=my-tenant
right?
<?define PlatformProgramFilesFolder = "ProgramFiles64Folder" ?> | ||
<?define ProductUpgradeCode = "1b4094a4-2add-11e9-b676-c85b762e5a2c" ?> | ||
|
||
</Include> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing EOL?
</Feature> | ||
|
||
</Product> | ||
</Wix> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing EOL?
This works only with the new API. |
@ctron Any updates regarding the comments above? |
@@ -0,0 +1,167 @@ | |||
# HAT – Hono Admin Tool [![GitHub release](https://img.shields.io/github/release/ctron/hat.svg)](https://github.com/ctron/hat/releases) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better remove the image here? It refers and links to the ctron/hat repository (and the version number is 0.7.1, not the 0.7.2 defined here).
No description provided.