You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,12 @@ Note: Please note that if all values are provided `config_file` will take the pr
117
117
118
118
### Pipelines Migration
119
119
120
-
Migrates a pipeline definition from the source vault to the target vault.
120
+
Migrates a pipeline from the source vault to the target vault.
121
121
122
122
##### Parameters:
123
123
-**`source_and_target_env`**: Source and Target Env's.
124
-
-**`pipeline_id`**: Pipeline ID to migrate. Get the pipeline ID from Studio.
124
+
-**`pipeline_id`**: Pipeline ID to migrate.
125
+
-**`target_vault_id`**: Target Vault ID.
125
126
-**`source_datastore_config`**: JSON object that replaces the source datastore configuration. Provide either an `ftpServer` or `s3Bucket` object with the required credentials.
126
127
-**`target_datastore_config`**: JSON object that replaces the destination datastore configuration. Provide either an `ftpServer` or `s3Bucket` object with the required credentials.
127
128
-**`source_account_access_token`**: Access token of the source account.
0 commit comments