Dasel
v3
v3
  • Getting started
    • Introduction
    • Installation
    • Concepts
      • Expressions
      • Branches
  • Syntax
    • Whitespace
    • Types/Literals
    • String concatenation
    • Arrays/slices
    • Objects/maps
    • Conditionals
    • Spread
    • Coalesce
  • Input/Output
    • Read/Write formats
    • Stdin
    • Stdout
    • Variables
    • Read/Writer flags
  • Functions
    • add
    • min
    • max
    • reverse
    • toString
    • toInt
    • toFloat
    • typeOf
    • map
    • filter
    • sortBy
    • parse
    • base64e
    • base64d
Powered by GitBook
On this page
  1. Getting started

Installation

Since dasel v3 is still under development in it's own branch, you are currently required to build it manually.

$ git clone git@github.com:TomWright/dasel.git
$ cd dasel
$ git checkout v3
$ cd cmd/dasel
$ go install .

This documentation will be updated when V3 has an official release.

PreviousIntroductionNextConcepts

Last updated 6 months ago