TIBCO Developer Hub Commands

tibcop thub

TIBCO Platform Commands for TIBCO Developer Hub

Usage

tibcop thub:COMMAND

COMMANDS

Command Description
thub:le List all entities from a TIBCO Developer Hub
thub:list-entities List all entities from a TIBCO Developer Hub
thub:rt Run a template in TIBCO Developer Hub
thub:run-template Run a templane in TIBCO Developer Hub
thub:validate Validates the existence or non-existence of an entity

tibcop thub:list-entities

List all entities from TIBCO Developer Hub

Usage

tibcop thub:list-entities [--json] [--no-warnings] [--config <value>] [--profile <value> | --cpurl <value> | --token <value>] [--dataplane-name <value> | --dataplane-id <value>] [-f <value>] [-t <value>] [-d]

Flags

Flag Description
-d, --debug Enable debug logging
-f, --filter=<value> Filter for the Kind of Entities
--config=<value> Path to the local config file
--cpurl=<value> TIBCO Control Plane URL
--dataplane-id=<value>

Data plane id

--dataplane-name=<value> Data plane name
--no-warnings Disable warnings from command output
--profile=<value> Select a profile
--token=<value> OAuth token to interact with the TIBCO Platform

ALIASES

tibcop thub:le

Examples

tibcop thub:list-entities
tibcop thub:list-entities --json

tibcop thub:validate

Validates the existence or non-existence of an entity.

Usage

tibcop thub:validate -t Component|Domain|User|Template|API|System|Resource|Team -n <value> -s exists|not-exists [--dataplane-name <value> | --dataplane-id <value>] [-d]

FLAGS

Flag Description
-d, --debug Enable debug logging
-n, --name=<value> (required) Name of the entity to validate
-s, --state=<option>

(required) State of the entity to validate

<options: exists|not-exists>

-t, --type=<option>

(required) Type of entity to validate

<options: Component|Domain|User|Template|API|System|Resource|Team>

--dataplane-id=<value>

Data plane id

--dataplane-name=<value> Data plane name

Examples

tibcop thub:validate --type "Component" --name "myDev" --state exists

tibcop thub:run-template

Run a template in TIBCO Developer Hub

Usage

tibcop thub:run-template -t <value> -f <value> [--json] [--no-warnings] [--config <value>] [--profile <value> | --cpurl <value> | --token <value>] [--dataplane-name <value> | --dataplane-id <value>] [-d]

FLAGS

Command Option Description
-d, --debug Enable debug logging
-f, --file=<value> (required) JSON Input file for template
-t, --template=<value> (required) Name of the Template to run
--config=<value> Path to the local config file
--cpurl=<value> Control plane URL
--dataplane-id=<value> Data plane id
--dataplane-name=<value> Data plane name
--no-warnings Disable warnings from command output
--profile=<value> Select a profile
--token=<value> OAuth token to interact with the TIBCO Platform

Aliases

tibcop thub:rt

Examples

tibcop thub:run-template --template <template-name> --file <json-input-file>