Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trcconfig command line diff appears broken. #952

Open
joel-rieke opened this issue Feb 12, 2024 · 0 comments
Open

trcconfig command line diff appears broken. #952

joel-rieke opened this issue Feb 12, 2024 · 0 comments

Comments

@joel-rieke
Copy link
Collaborator

The command line utility trcconfig -diff function no longer spits out differences. It spits out incorrect and limited output.

Repro steps:

  1. Set up vault.
  2. Create templates for a project/service.
  3. Initialize vault with secrets for a project/service (using trcinit). trcinit -env=dev
  4. Make a change to project/service secrets and trcinit again to push the changes to vault. trcinit -env=dev
  5. trcconfig -env=dev -versions
  6. trcconfig -env=dev_x,dev_x+1 -diff

Result:
A few attempts at a diff, but no actual real diff output.

Expected:
Real diff output (see trcx for comparison).

Workaround:
The workaround is to use the trcx -diff to view configuration changes.

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

When branches are created from issues, their pull requests are automatically linked.

1 participant