-
Notifications
You must be signed in to change notification settings - Fork 675
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
NOISSUE - Update Provision service #1658
Conversation
Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
tools/mqtt-bench/README.md
Outdated
@@ -47,6 +47,10 @@ Two output formats supported: human-readable plain text and JSON. | |||
Before use you need a `mfconn.toml` - a TOML file that describes Mainflux connection data (channels, thingIDs, thingKeys, certs). | |||
You can use `provision` tool (in tools/provision) to create this TOML config file. | |||
|
|||
```bash | |||
./provision -u test@mainflux.com -p test1234 --host http://127.0.0.1 --num 100 > ../mqtt-bench/mfconn.toml |
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.
Use Go here and paths relative to Mainflux root:
go run tools/provision/cmd/main.go -u test@mainflux.com -p test1234 --host http://127.0.0.1 --num 100 > tools/mqtt-bench/mfconn.toml
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.
Should this apply also to provision?
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.
Let's do it like that.
Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
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.
Let's fix the path in the tools/provision/README.md
, as well.
Signed-off-by: 0x6f736f646f <blackd0t@protonmail.com>
…into fix-tools
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.
LGTM
Signed-off-by: 0x6f736f646f blackd0t@protonmail.com
What does this do?
It updates provision tools to use latest sdk config file
Which issue(s) does this PR fix/relate to?
No
List any changes that modify/break current functionality
Nothing
Have you included tests for your changes?
No
Did you document any new/modified functionality?
No
Notes
N/A