Hey there
Our team has been working with Ampli for a little while and we’d like to set up some Github Actions to ensure we’re on the latest version. The recommended command to do this is:
ampli status --is-latest
While this does check the latest ampli version it also checks that every event has been implemented - failing if not. Is there a way to only check that ampli is on the latest version without also checking that every event is utilized? Our team is uses ampli for type safety but is not concerned with unused events.
Thanks