Skip to content

Commit

Permalink
feat: add rolling logs to commands
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Sep 26, 2024
1 parent 13cec1f commit 4804ca8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devshell.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ command = "echo '☕'"

[[commands]]

help = " 🌲 Get Fluxcd Rolling Logs 🪵"
name = "logs"
command = "flux logs -f"

[[commands]]

help = "Deploy 🔨"
name = "deploy"

Expand Down

0 comments on commit 4804ca8

Please sign in to comment.