Skip to content

Commit

Permalink
Merge pull request #903 from platformsh/fix-strapi4-wizard-file
Browse files Browse the repository at this point in the history
corrects indentation in yaml properties
  • Loading branch information
gilzow authored Apr 18, 2024
2 parents 4982c24 + 4b3b6f0 commit 991b62d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions templates/strapi4/platformsh.wizard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,16 @@ steps:
- id: "download_cli"
label: "Download the CLI"
title: "Download the Platform.sh CLI"
subtitle: "Download the Platform.sh CLI"
required: true
bodyText: "<p>To install the CLI, use the command for either macOS and Windows as shown.</p>\n<p>For more info about our CLI check out our <a href='https://docs.platform.sh/development/cli.html#cli-command-line-interface'>documentation</a> or take a look at our <a href='https://github.com/platformsh/cli'>CLI source code</a>.</p>"
copyCode:
- label: "macOS and Linux Installer (using Homebrew)"
code:
- "brew install platformsh/tap/platformsh-cli"
- label: "Windows Installer (using Scoop)"
code:
- "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git"
- "scoop install platform"
copyCode:
- label: "macOS and Linux Installer (using Homebrew)"
code:
- "brew install platformsh/tap/platformsh-cli"
- label: "Windows Installer (using Scoop)"
code:
- "scoop bucket add platformsh https://github.com/platformsh/homebrew-tap.git"
- "scoop install platform"
- id: "download_project"
label: "Download your project"
title: "Download your project to start using it"
Expand Down

0 comments on commit 991b62d

Please sign in to comment.