Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix:[ASSMT-249] fixing formatting #103

Merged
merged 1 commit into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading