Skip to content

Commit

Permalink
Update advance.md (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritek01 authored Apr 4, 2024
1 parent 5b30b5c commit aaa9309
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/docs/spinnaker-migration/advance.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,25 @@ sidebar_position: 4

## 1. Import Spinnaker pipeline to existing project
`
harness-upgrade --load migrator-config.yml pipelines --pipeline-name pipeline_name import
harness-upgrade --load migrator-config.yml pipelines import
`
### You should get output like this with some prompts:
```shell
INFO[2024-03-04T15:50:38-08:00] Importing the application....
? Please provide the Spinnaker pipeline name : Spinnaker Pipeline name
INFO[2024-03-04T15:50:38-08:00]
Migration details:
Platform: spinnaker
Spinnaker Host: harness-eval.dynamo-staging.eng.armory.io
App name: prasadtest
Pipeline Name: pipeline_name
Authentication method: basic
Insecure: false
App name: Spinnaker Application Name
Pipeline Name: Spinnaker Pipeline name
Authentication method: basic
Insecure: false
? Do you want to proceed with pipeline migration? Yes
INFO[2024-03-04T15:50:41-08:00] Spinnaker pipeline migration completed
INFO[2024-03-04T15:50:38-08:00] Project check details : Account=AccountID OrgIdentifier=default ProjectIdentifier=ProjectID
INFO[2024-03-04T15:50:38-08:00] Project with identifier ProjectID does not exist
INFO[2024-03-04T15:50:38-08:00] Project with identifier ProjectID created
INFO[2024-03-04T15:50:38-08:00] {Pipeline Logs}
INFO[2024-03-04T15:50:41-08:00] Spinnaker migration completed
```

0 comments on commit aaa9309

Please sign in to comment.