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 commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Release Notes
Added
[Rust] The list subcommand now takes an optional --all-functions (short -a) flag,
which lists all functions/methods in the project instead of only the ones with the
autometrics annotation. This allows to get an overview of how many functions are
autometricized. The flag will crash on non-Rust implementations for now.
Install am_list 0.2.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/autometrics-dev/am_list/releases/download/v0.2.2/am_list-installer.sh | sh
This commit was signed with the committer’s verified signature.
Release Notes
Added
Changed
The command to list all the function names is now a subcommand called 'list'. The
change is done to accomodate for different subcommands in the future.
The output of the list command is now in JSON, to ease consumption for other
programs
Deprecated
Removed
Fixed
Security
Install am_list 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/gagbo/am_list/releases/download/v0.2.0/am_list-installer.sh | sh