File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.1.4 - 2024-11-29
4+
5+ ### Features
6+
7+ - New command: ` cube list `
8+ - New command: ` view list `
9+
10+ ### Fix
11+
12+ - Fix case error in _ ** u** til_ folder
13+
14+ ### Chore
15+
16+ - Added CI Job for linting
17+ - Added CI Job for publishing to pypi
18+ - Autoformat files
19+ - Fix linting errors
20+
321## v0.1.3 - 2024-11-29
422
523### Features
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ tm1cli process exists <process_name>
5050tm1cli process clone --from < source_db> --to < target_db>
5151tm1cli process dump < name> --folder < path> --format < json| yaml>
5252tm1cli process load < name> --folder < path> --format < json| yaml>
53+
54+ tm1cli cube list
55+
56+ tm1cli view list < cube_name>
5357```
5458
5559### All Available Commands
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " tm1cli"
3- version = " 0.1.3 "
3+ version = " 0.1.4 "
44description = " A command-line interface (CLI) tool for interacting with TM1 servers using TM1py."
55authors = [
" onefloid <[email protected] >" ]
66license = " MIT License"
You can’t perform that action at this time.
0 commit comments