Inconsistent Key Naming for IACM workspace.yaml file between docs/code
Nobody has claimed this yet.
Assessment
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Newbie friendliness
- 68/100
- Issue type
- Documentation
- Clarity
- Mostly clear
- Activity status
- Quiet
- Tech stack
- go
- Domain
- documentation
Research direction
Compare the workspace.yaml naming shown in the linked IACM CLI documentation with the WorkspaceInfo struct and its yaml tags in the Go code. Confirm the canonical keys with the surrounding implementation, then update the documentation so its org, project, and workspace names match the supported configuration; done when the docs and code consistently describe the same keys.
Written by the indexing model from the issue text.
Description
The docs have a different naming scheme vs the code for the workspace.yaml file. the docs mention "org", "project", and "workspace", but the code uses "_id" on those names.
https://developer.harness.io/docs/infra-as-code-management/cli-commands/cli-iacm-plan/
from the code:
// WorkspaceInfo holds org, project and workspace identifiers from CLI or .harness/workspace.yaml
type WorkspaceInfo struct {
Org string `yaml:"org_id"`
Project string `yaml:"project_id"`
Workspace string `yaml:"workspace_id"`
}
- Dominant language
- Go
- Stars
- 25
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from harness/harness-cli
-
Onboarding wizard Open
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
harness/harness-cli#93 · 2 comments ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
harness/harness-cli#101 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
harness/harness-cli#98 · 1 comment · 1 reaction ·
-
Difficulty 5/5 Over a week Newbie friendliness 20/100
harness/harness-cli#85 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 45/100
harness/harness-cli#84 ·
All issues in harness/harness-cli
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
enhancement needs triage
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
kind/cleanup
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
kubernetes-sigs/kueue#15947 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
sympozium-ai/sympozium#627 ·
-
priority: p3
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
googleapis/librarian#7636 ·