-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsgood first issueGood for newcomersGood for newcomers
Description
What Happened?
dtm show config -p argocd doesn't work anymore:
tiexin@mbp ~/work/devstream-io/devstream $ ./dtm show config -p argocd
---
# core config
varFile: "" # If not empty, use the specified external variables config file
toolFile: "" # If not empty, use the specified external tools config file
state: # state config, backend can be local or s3
backend: local
options:
stateFile: devstream.state
---
# plugins config
tools:
- name: github-repo-scaffolding-golang
instanceID: default
options:
owner: YOUR_GITHUB_USERNAME_CASE_SENSITIVE
repo: go-webapp-devstream-demo
branch: main
image_repo: YOUR_DOCKER_USERNAME/go-webapp-devstream-demo
- name: githubactions-golang
instanceID: default
dependsOn: ["github-repo-scaffolding-golang.default"]
options:
owner: YOUR_GITHUB_USERNAME_CASE_SENSITIVE
repo: go-webapp-devstream-demo
language:
name: go
version: "1.18"
branch: main
build:
enable: True
test:
enable: True
coverage:
enable: True
docker:
enable: FalseHow to Reproduce?
No response
Anything else
No response
DevStream Version
latest
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingduplicateThis issue or pull request already existsThis issue or pull request already existsgood first issueGood for newcomersGood for newcomers