modules icon indicating copy to clipboard operation
modules copied to clipboard

feat(dotfiles): Add an optional coder_app to update dotfiles on-demand

Open matifali opened this issue 1 year ago • 0 comments

Adds an optional coder_app, that lets a user update dotfiles without a workspace restart.

To test use

module "dotfiles" {
  source        = "git::https://github.com/coder/modules.git//dotfiles?ref=matifali/update-dotfiles"
  agent_id      = coder_agent.dev.id
  manual_update = true
}

This adds a button to update dotfiles on demand. image

matifali avatar Aug 13 '24 19:08 matifali