Etlas Cheatsheet

A quick reference for Etlas

Input and Output


      module Main where
      main :: IO ()
      main = putStrLn "Hello World!"
  

Basics

Etlas initializing

Usage: etlas init [FLAGS]

$ etlas init

Etlas build

Usage: etlas build [TARGETS] [FLAGS]

$ etlas build

Etlas update

Usage: etlas update

$ etlas update

Etlas help

Usage: etlas --help or etlas --h

$ etlas --help

Etlas version

Usage: etlas --version or etlas --v

$ etlas --version

Etlas numeric version only

Usage: etlas --numeric-version

$ etlas --numeric-version