-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi, thanks for the awesome tool! We're on the free trial and I'm trying to integrate the sccache support transparently into our rust workflow. depot cargo is great, but I would like to make it a bit more transparent to our developers on their laptops. For reference, we use mise.
A few things that would make it easier to script:
- A
depot tokensubcommand to get/print the API token from the local state. I can readcat ~/.config/depot/depot.yaml, but it doesn't seem to be part of the public interface, and reading yaml from the command line is error prone.- Similarly, some way to get the validity of the current token would be nice.
- A
--quietflag fordepot loginthat doesn't print anything if the user is already logged in
My ideal workflow would be to enable depot transparently/automatically once the user has run depot login, and to print a help/warning message otherwise.
Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels