⚡️ Quickstart

Install

curl -fsSL https://raw.githubusercontent.com/wharfie/wharfie/master/install.sh | bash

For Windows:

iex (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/wharfie/wharfie/master/install.ps1" -UseBasicParsing).Content

Configure

wharfie config

Create Deployment

wharfie deployment create

Initalize Project

wharfie project init

Plan and Apply Project Change

after cd'ing into the new project directory created by init

wharfie project plan

will show you what changes will be made when you run apply

wharfie project apply