You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change will make it so all commands run with `aptible-cli` will
send a tuna event with the following info:
- user email
- user -or- org id
- format (e.g. text or json)
- command run
- options provided to command
This is the foundation for us to evaluate usage and provide us with the
ability to make decisions about the future direction of the CLI.
I tried to find a `before` hook for Thor but it looks like it doesn't
exist: https://stackoverflow.com/questions/61855861/is-there-a-way-to-add-hooks-to-a-thor-class-in-order-to-run-code-before-after-al
0 commit comments