Skip to content

refactor: convert auth and profile commands to structured framework#126

Open
Ramon Nogueira (ramon-langchain) wants to merge 5 commits into
mainfrom
ramonn/structured-auth-profile
Open

refactor: convert auth and profile commands to structured framework#126
Ramon Nogueira (ramon-langchain) wants to merge 5 commits into
mainfrom
ramonn/structured-auth-profile

Conversation

@ramon-langchain
Copy link
Copy Markdown
Member

Summary

  • Convert auth login and all profile subcommands to the structured command framework
  • Add structured command alias support for profile ls
  • Allow structured tables to render a single object for profile show while preserving object-shaped JSON

Test Plan

  • go test ./internal/cmd -run 'Test(Auth|Profile)'
  • go test ./internal/structured
  • deslop internal/structured/command.go internal/structured/specs.go internal/structured/structured_test.go internal/cmd/login.go internal/cmd/profile.go internal/cmd/workspace.go

Note: go test ./... still fails in existing TestTraceMessages_FeedbackStats because it emits "No traces found." where JSON is expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant