Skip to content
Piotr Sękara edited this page May 29, 2020 · 2 revisions

Description

Used to run shell command.

Parameters

Name Description Required Type Default
command Command to run. True String -

Example

bootstrap:
    default:
        - sh:
            command: "cp .env.sample .env"
        - cocoapods:
            command: "install"

Clone this wiki locally