defenseunicorns / defenseunicorns/uds-cli
Remove/hide “Note” output
Open
bug
CLI-v1
CLI-v2
- Dominant language
- Go
- Stars
- 54
- Forks
- 21
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 45
Description
At some point prior, we hid the initial `“NOTE: saving logs ”` but they’re back now:
```hcl
➜ uds apply
NOTE Saving log file to
/var/folders/lk/181f8tjj7xg0c368tfmw35kr0000gn/T/zarf-2025-01-15-18-07-32-1528150186.log
NOTE Saving log file to
/var/folders/lk/181f8tjj7xg0c368tfmw35kr0000gn/T/uds-2025-01-15-18-07-32-1939750817.log
The 'apply' command is not enabled. Use the '--feature=tofu' flag or set the FEATURE_FLAG environment variable.
```
We should remove/hide those `NOTE` messages again
Contributor guide
Assessment
This issue has not been assessed yet.