You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the bootstrap:clean task is ran some tasks in within the taskfiles can be removed (e.g. task init, task configure)
I tried using yq del(.tasks.init) -i Taskfile.yaml to accomplish this however it formats the files and removes whitespace and does other weird formatting. See: mikefarah/yq#465
There might be other tooling out there that can remove YAML while retaining the existing format of the files.
The text was updated successfully, but these errors were encountered:
When the
bootstrap:clean
task is ran some tasks in within the taskfiles can be removed (e.g.task init
,task configure
)I tried using
yq del(.tasks.init) -i Taskfile.yaml
to accomplish this however it formats the files and removes whitespace and does other weird formatting. See: mikefarah/yq#465There might be other tooling out there that can remove YAML while retaining the existing format of the files.
The text was updated successfully, but these errors were encountered: