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

Introduction

Dasel V3 is in active development, alongside this documentation. If you have any feature requests or suggestions please open a discussion on Github.

Dasel (short for data selector) is a CLI + go package designed to simplify typical data manipulation tasks, especially when dealing with multiple file formats.

Interact with many file formats using the exact same syntax, allowing you to get things done without the need to learn several tools.

NextInstallation

Last updated 7 months ago