File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.1.6 - 2025-16-01
4+
5+ ### Features
6+
7+ - New watch option for exists command, e.g: ` cube exists <cube_name> --watch `
8+
39## v0.1.5 - 2025-16-01
410
511### Features
Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ tm1cli process dump <name> --folder <path> --format <json|yaml>
5252tm1cli process load < name> --folder < path> --format < json| yaml>
5353
5454tm1cli cube list
55- tm1cli cube exists < cube_name>
55+ tm1cli cube exists < cube_name> --watch
5656
5757tm1cli dimension list
58- tm1cli dimension exists < dimension_name>
58+ tm1cli dimension exists < dimension_name> -w
5959
6060tm1cli view list < cube_name>
6161tm1cli view exists < cube_name> < view_name>
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tm1cli"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44description = " A command-line interface (CLI) tool for interacting with TM1 servers using TM1py."
55authors = [" onefloid <onefloid@gmx.de>" ]
66license = " MIT License"
You can’t perform that action at this time.
0 commit comments