From 8c660da6fb17c4df8bdeaa7fc128de8910e86122 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sun, 16 Mar 2025 12:05:44 +0100 Subject: [PATCH] chore: quickly revise commands --- knowledge base/dagger.md | 13 ++++++------- snippets/dblab.fish | 24 ++++++++++++++++-------- snippets/peerdb.fish | 8 ++++---- snippets/pulumi/commands.fish | 3 +++ 4 files changed, 29 insertions(+), 19 deletions(-) diff --git a/knowledge base/dagger.md b/knowledge base/dagger.md index 7f27128..383bbd0 100644 --- a/knowledge base/dagger.md +++ b/knowledge base/dagger.md @@ -1,11 +1,11 @@ # Dagger -> TODO +Open-source runtime for composable workflows.
+Intended for systems with many moving parts and strong needs for repeatability, modularity, observability and +cross-platform support, which makes it good for AI agents and CI/CD workflows. -Programmable tool aiming to replace scripts with a modern API and cross-language scripting engine. - - +Tries to replace software projects' artisanal scripts with a modern API and cross-language scripting engine.
+Helps to create consistent and reliable local development and testing environments that can do whatever one's CI can. 1. [TL;DR](#tldr) 1. [Further readings](#further-readings) @@ -13,15 +13,14 @@ Programmable tool aiming to replace scripts with a modern API and cross-language ## TL;DR -