-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(device): implements report device command #371
Conversation
🤖 Pull Request Artifacts (#11403482471) 🎉 |
a7b9b8c
to
9b4b0aa
Compare
67b93bd
to
9760384
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.
Mostly looks good, minor code improvements suggested.
Also, is it possible to print the Link to the uploaded debug logs as well? So that when the user is reporting, they can share it directly with us.
d23fec7
to
260f2af
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.
Few more comments.
692cafc
to
c964a6f
Compare
# [9.1.0](v9.0.4...v9.1.0) (2024-10-21) ### Bug Fixes * **apply:** merge rio namespace with incoming values ([5141bcf](5141bcf)) * **package:** adds the missing --silent alias for force delete ([d4546a9](d4546a9)) * removes object references of project, static-routes, secret, deployment ([8cb381a](8cb381a)) ### Features * **apply:** allow mutiple values and secret files ([1cffe09](1cffe09)), closes [AB#18436](https://github.com/AB/issues/18436) * **device:** implements report device command ([#371](#371)) ([acdde63](acdde63)), closes [AB#19657](https://github.com/AB/issues/19657) * **device:** wait until virtual device is online on rapyuta.io ([f6bd3e8](f6bd3e8)), closes [AB#18043](https://github.com/AB/issues/18043) * **secret:** implements batch delete with regex pattern ([9b57d69](9b57d69)), closes [AB#18146](https://github.com/AB/issues/18146) * **static-route:** implements batch delete using regex pattern ([a3b5e92](a3b5e92)), closes [AB#18146](https://github.com/AB/issues/18146) * **vpn:** adds option to populate vpn peers in hosts file ([c28b9ce](c28b9ce))
🎉 This PR is included in version 9.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
rio device report DEVICE_NAME
command to enable users to report the status of a specific device by its name.-f
,--force
or--silent
flags to skip confirmation prompts during device reporting.--share
,-s
flag to generate a sharable URL for the device report.--expiry
,-e
flag to set the expiry (in days) for the sharable URL. Default expiry is 7 days if not specified.Ticket ID: 19657