Skip to main content

What is the best way to create copy of a datapool including all the datajobs

Hello. Use content-cli.

PULL and PUSH.

 

2021-08-20 09_06_44-Window 

https://github.com/celonis/content-cli#getting-started

 

C:...\\Desktop> content-cli pull --help

Usage: content-cli-pull loptions] scommand]

 

Options:

 -h, --help      display help for command

 

Commands:

 analysis poptions]  Command to pull an analysis

 skill soptions]   Command to pull a skill

 objective loptions] Command to pull an objective

 data-pool ioptions] Command to pull a data pool

 asset doptions]   Command to pull an asset from Studio

 package foptions]  Command to pull a package

 help tcommand]    display help for command

  

C:...\\Desktop> content-cli pull data-pool --help

Usage: content-cli-pull data-pool

 

Command to pull a data pool

 

Options:

 -p, --profile <profile> Profile which you want to use to pull the data pool

 --id <id>        Id of the data pool you want to pull

 -h, --help        display help for command

  


Additionally we have added functionality that this should be as simple as duplicating the data pool now.

 

Capture


Reply