Skip to main content

A command-line interface (CLI) tool for interacting with TM1 servers using TM1py.

Project description

TM1-CLI

PyPI - License PyPI - Version

TM1-CLI is a command-line interface (CLI) tool to interact with TM1 servers using TM1py.


Features

  • Easily execute TM1 functions via the command line.
  • Manage multiple connection settings with databases.yaml file.
  • Built with Python, powered by Typer for intuitive CLI design.

Installation

Using pip

Install the package directly from PyPI:

pip install tm1cli

Develop locally on linux

Clone the repository and install using Poetry

git clone https://github.com/onefloid/tm1cli.git
cd tm1cli
python -m venv .venv
source .source .venv/bin/activate
poetry install

Usage

Commands

Connect to a TM1 server and print its version:

tm1cli tm1-version
tm1cli threads
tm1cli whoami

tm1cli process list
tm1cli process exists <process_name>
tm1cli process clone --from <source_db> --to <target_db>
tm1cli process dump <name> --folder <path> --format <json|yaml>
tm1cli process load <name> --folder <path> --format <json|yaml>

tm1cli cube list
tm1cli cube exists <cube_name> --watch

tm1cli dimension list
tm1cli dimension exists <dimension_name> -w

tm1cli view list <cube_name>
tm1cli view exists <cube_name> <view_name>

tm1cli subset list <dimension_name>
tm1cli subset exists <dimension_name> <subset_name>

All Available Commands

Run the following to see all available commands:

tm1cli --help

Configuration

Connection settings are stored in a databases.yaml file. Here's an example:

databases:
  - name: mydb
    address: localhost
    port: 10001
    ssl: false
    user: admin
    password: ""

  - name: myremotedb
    address: tm1.example.com
    port: 20000
    ssl: false
    user: admin
    password: apple

If no databases.yaml file is found, tm1cli will look for environment variables starting with TM1_ and use them as the default database configuration.

For example, if you set the following environment variables, tm1cli will use them and will work just like in the configuration file example above:

  export TM1_ADDRESS=localhost
  export TM1_PORT=10001
  export TM1_SSL=false
  export TM1_USER=admin
  export TM1_PASSWORD=""

Notice: The clone command and the --database option are only supported with a databases.yaml file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tm1cli-0.1.7.tar.gz (6.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tm1cli-0.1.7-py3-none-any.whl (11.2 kB view details)

Uploaded Python 3

File details

Details for the file tm1cli-0.1.7.tar.gz.

File metadata

  • Download URL: tm1cli-0.1.7.tar.gz
  • Upload date:
  • Size: 6.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tm1cli-0.1.7.tar.gz
Algorithm Hash digest
SHA256 a3e993b56d060ca6987e9642fd3508cf2e16a74810c5a7b7f67f19515969255b
MD5 0e4dbd7893646574ebb5ca284264f92f
BLAKE2b-256 107ee960e07b71055aa129c4f3a82dc82fd1ad837a94fa6c226acf0c209ac42f

See more details on using hashes here.

Provenance

The following attestation bundles were made for tm1cli-0.1.7.tar.gz:

Publisher: pypi-publish.yml on onefloid/tm1cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file tm1cli-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: tm1cli-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 11.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for tm1cli-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 9a65e82ed1260c1bf20250abc48d563e34c7568ee05c938907e138c01a445dbb
MD5 6aadbef1bded4acc31d0cf0e718e2e93
BLAKE2b-256 6315108102cba4e694f5a8837d9e57eeb08103edc2e72721f28c770de99f8797

See more details on using hashes here.

Provenance

The following attestation bundles were made for tm1cli-0.1.7-py3-none-any.whl:

Publisher: pypi-publish.yml on onefloid/tm1cli

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page