Skip to content

Commit

Permalink
fix:[ASSMT-249] fixing formatting (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
RajBaviskar authored Mar 8, 2024
1 parent 30ed162 commit 8fbf372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Instructions



## Install Migrator

`curl https://raw.githubusercontent.com/harness/migrator/master/install | sh`
Expand All @@ -12,7 +11,8 @@

## Create migrator-config.yml file

`env: Prod1
```yaml
env: Prod1
api-key: API_KEY
account: AccountID
platform: spinnaker
Expand All @@ -22,14 +22,16 @@ org: default
secret-scope: project
connector-scope: project
template-scope: project
workflow-scope: project `
workflow-scope: project
```
## Run command
`harness-upgrade --load migrator-config.yml app --app-name prasadtest --auth64 YWRtaW46YWJjMTIz`

## You should get output like this with some prompts:

```shell
`INFO[2024-03-04T15:50:38-08:00] Importing the application....
INFO[2024-03-04T15:50:38-08:00]
Migration details:
Expand All @@ -41,3 +43,4 @@ Migration details:
Insecure: false
? Do you want to proceed with application migration? Yes
INFO[2024-03-04T15:50:41-08:00] Spinnaker migration completed`
```
1 change: 0 additions & 1 deletion docs/docs/spinnaker-migration/prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
sidebar_position: 3
slug: /prerequisites
---

# Prerequisites
Expand Down

0 comments on commit 8fbf372

Please sign in to comment.