Releases: tago-io/tagoio-cli
v2.0.0
What's Changed
- Updated the TagoIO SDK library to the latest version.
- Upgraded the commander library to the latest version, which includes fixes to certain parameters for commands to meet CLI standards.
- Updated several other minor libraries to their latest versions.
- Fixed the export tag customization issue when running the command tagoio export.
Full Changelog: v1.8.1...v2.0.0
v1.8.1
What's Changed
- Attempt to fix windows path recognition using path normalization
- Update TagoIO SDK to latest version
Full Changelog: v1.8.0...v1.8.1
v1.8.0
v1.7.0
What's Changed
- Added NPM provenance by @felipefdl in #14
- Fixed trouble with environment variables when make a export by @mateuscardosodeveloper in #4
- feat/tagoio-deploy-url by @mateuscardosodeveloper in #16
New Contributors
- @felipefdl made their first contribution in #14
Full Changelog: v1.6.1...v1.7.0
What's Changed
- Added NPM provenance by @felipefdl in #14
- Fixed trouble with environment variables when make a export by @mateuscardosodeveloper in #4
- feat/tagoio-deploy-url by @mateuscardosodeveloper in #16
New Contributors
- @felipefdl made their first contribution in #14
Full Changelog: v1.6.1...v1.7.0
v1.6.1
v1.6.0
v1.5.1
What's Changed
Adds documentation to almost every code, except for the profile export CLI code.
Adds some initial unit tests.
Fixes the analysis run command with the swc lib.
Fixes the Dashboard Header in the cmd list.
Fixes some misspelled words across different files.
Included PR's
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
Add new commands and fix the export for access policies on analysis.
Added:
- command copy-tab to duplicate tab in a dashboard
- command device-copy to copy the bucket from device to another
Fixed:
- Exporting access rules not replacing the analysis IDs
- Exporting Run Buttons not exporting Dynamic Values settings
- fixed export for tago run new fields by @vitorfdl in #7
Full Changelog: v1.4.1...v1.5.0
v1.4.1
What's Changed
Update the CLI to work with new SDK and API version
Fixes:
Login CMD to create 3 month expire time tokens
RUN CMD to renew token after changing analysis to run on external mode
Added:
TSND parameter to RUN CMD if user prefer to use ts-node-dev
Query parameter to Device Data CMD
Changes:
Device List CMD to display JSON by default
Device Data CMD to display JSON by default
Full Changelog: v1.3.2...v1.4.1