sh - netguru/highway GitHub Wiki

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"