Install and list-dir Enablement Packs
Available Sub Commands
install
Install an Enablement Pack into a Metadata Repository.
Install Arguments
Argument | Description |
|---|---|
-h [ --help ] | Display this message |
--pack-dir arg | Path to a local directory containing enablement pack items. The directory structure must mirror the established enablement pack directory structure. |
--items-file arg | Optional path to a JSON file containing the list of items from the enablement pack to install. If absent then all items from the pack will be installed. |
-f [ --force ] | Allow overwriting of any existing objects of EnablementPack installation |
Metadata Repository Login Arguments
Argument | Description |
|---|---|
--meta-dsn arg | ODBC DSN of the metadata repository |
--meta-dsn-arch arg (=32) | The architecture of the ODBC DSN. Valid values are 32 and 64. Defaults to 32 if not specified. |
--meta-user-name arg | Username for the ODBC DSN |
--meta-password arg | Password for the ODBC DSN |
--meta-database arg | Database used by the ODBC DSN |
--td-wallet | The supplied password will be treated as a TDWallet string |
--dimension-space arg | A named area of the RDBMS to store DSS tables (Oracle, SQL Server and DB2). |
--index-space arg | A named area of the RDBMS to store the metadata (DB2 only). |
--meta-space arg | A named area of the RDBMS to store the metadata. |
--meta-index-space arg | A named area of the RDBMS to store the metadata indexes and constraints (Oracle, SQL Server and PostgreSQL). |
--meta-con-string arg | ODBC connection string for the metadata repository when using Advanced Connect. This arg will override the values stored in the RED Profile if provided. Accepts RED tokens $DSN$, $USER$ and $PASSWORD$. |
--red-profile arg | Path to the RED Profile file to be used with Advanced Connect, usually necessary for data warehouse actions when Advanced Connect is in use. |
list-dir
List a local directory's enablement pack items
List Dir Arguments
Argument | Description |
|---|---|
-h [ --help ] | Display this message |
--pack-dir arg | Path to a local directory containing enablement pack items. The directory structure must mirror the established enablement pack directory structure. |
Enablement Pack Arguments
Argument | Description |
|---|---|
| -h [ --help] | Displays a list of available sub commands and their description. |
Common Arguments
| Argument | Description |
|---|---|
-c [ --config-file ] <arg> | A configuration file that contains program options (format is INI file) |
| -o [ --output-mode ] <arg> | Either human, json or xml. |
| -l [ --log-level ] <arg> | Log level, 0-5 inclusive. 0=only fatal errors, 5=all logging messages. |