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
➜ export ENV=prod
➜ task -l
1:12: ( is not a valid word
however I can easily run both targets:
task helm:render -- apps backend
task helm:encrypt secret=hello
At the same time if install task via DNF sudo dnf install go-task then I get proper output:
go-task --version
Task version: unknown
➜ go-task -l
task: Available tasks for this project:
* helm:encrypt: Encrypt secret with AWS KMS keys to be used in gitops, ex: task helm:encrypt secret=value
* helm:render: Render argocd app manifest
Issue
however I can easily run both targets:
task helm:render -- apps backend
task helm:encrypt secret=hello
At the same time if install task via DNF
sudo dnf install go-task
then I get proper output:Taskfile.yml
taskfiles/helm.tasks.yaml
.env
.env.prod
➜ uname -a Linux dmitry-desktop 6.7.5-100.fc38.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Feb 17 17:21:49 UTC 2024 x86_64 GNU/Linux
N/A
The text was updated successfully, but these errors were encountered: