determined
determined copied to clipboard
chore: set cli pwd warning go to stderr
Ticket
Description
we'd probably want a shared path for all cli warnings. we have deprecation warnings and probably other warning classes as well
or maybe use https://docs.python.org/3/library/exceptions.html#UserWarning ?
Test Plan
det u logout; det e ls > /dev/null
Checklist
- [ ] Changes have been manually QA'd
- [ ] New features have been approved by the corresponding PM
- [ ] User-facing API changes have the "User-facing API Change" label
- [ ] Release notes have been added as a separate file under
docs/release-notes/
See Release Note for details. - [ ] Licenses have been included for new code which was copied and/or modified from any external code