Closed gagbo closed 1 year ago
This is done by making am a workspace with a root package
am
This adds 1 additional command to am, related to listing the functions in a project:
am list single -l LANGUAGE
am list all
This will also mark the need to archive the autometrics-dev/am_list repository
Fixes #114
This is done by making
am
a workspace with a root packageThis adds 1 additional command to
am
, related to listing the functions in a project:am list single -l LANGUAGE
is fast when the project is alone in its repository.am list all
is useful in a monorepo setting wheream
will scan the directory to detect roots.This will also mark the need to archive the autometrics-dev/am_list repository
Fixes #114
Checklist