# README
CLI for Cloud Integration.
Using this tool it is possible to manage and query integration artifacts of design time and runtime.
Usage:
cig [command]
Available Commands:
- completion - Generate the autocompletion script for the specified shell
- flow - Command related to the processing of an integration flow
- generate-config - Generate config file
- help - Help about any command
- package - Command related to the processing of integration packages
- resource - Command related to the processing of resources of an integration flow
Flags:
-h, --help help for cig
-t, --tenant-key string Tenant key from configuration file
Use "cig [command] --help" for more information about a command.
cig flow
Command related to the processing of an integration flow.
Usage:
cig flow [command]
Available Commands:
- copy - Copy an integration flow
- create - Create or upload an integration flow
- deploy - Deploy an integration flow
- describe-configs - Get configurations of an integration flow by Id and version
- download - Download an integration flow as zip file
- inspect - Get integration flow by id and version
- transport - Transport an integration flow between systems
- update - Update an integration flow
- update-configs - Update configuration parameters of an integration flow
Flags:
-h, --help help for flow
Global Flags:
-t, --tenant-key string Tenant key from configuration file
Use "cig flow [command] --help" for more information about a command.
cig generate-config
Generate configuration file. This file is nessesary for the operation of the cig tool. Configuration file should be placed in working directory or userhome/.cig/ directory
Usage:
cig generate-config [flags]
Flags:
-h, --help help for generate-config
-o, --output-file string The output file with empty configuration parameters that will be created (default "config.json")
Global Flags:
-t, --tenant-key string Tenant key from configuration file
cig package
Command related to the processing of integration packages
Usage:
cig package [flags]
cig package [command]
Aliases:
package, ls, p
Available Commands:
- download - Download integration package by ID
- inspect - Get integration package by ID
- ls - Get all integration packages as list or get all integration flow of the package
Flags:
-h, --help help for package
Global Flags:
-t, --tenant-key string Tenant key from configuration file
cig resource
Command related to the processing of resources of an integration flow
Usage:
cig resource [command]
Available Commands:
- update - Update a resource of an integration flow
Flags:
-h, --help help for resource
Global Flags:
-t, --tenant-key string Tenant key from configuration file
Use "cig resource [command] --help" for more information about a command.