TM1cm -- TM1 Code Migration utility

A forum to post information about tools which are free and open source.
Post Reply
ajmyers_
Posts: 0
Joined: Fri Feb 18, 2022 8:54 pm
OLAP Product: TM1
Version: Cloud
Excel Version: 1

TM1cm -- TM1 Code Migration utility

Post by ajmyers_ »

Hi all,

I've just released the first (public) version of my FOSS migration utility for TM1.

This utility will allow you to easily move objects between different applications. It supports:

- Cubes
- Rules
- TI Processes
- Dimensions
- Hierarchies
- Subsets
- Views
- View Data

It has two modes.
- Interactive mode: Pick and choose exactly which changes you want to move between environments
- Command Line mode: Full migrations from one environment to another

I built this utility years ago, but finally found the time to clean it up and release it.

We also use this tool at my company, integrated with git + stash to perform code reviews and manage migrations between our different TM1 applications/environments.

Project Home Page + README: https://github.com/ajmyers/tm1cm
Pypi home page: https://pypi.org/project/tm1cm/
Issues: https://github.com/ajmyers/tm1cm/issues

The project is released under GPL v3.0 License.
Post Reply