meta commands are also run on the meta repository itself.
See original GitHub issueš Bug Report
meta commands are also run on the meta repository itself.
To Reproduce
Iām using https://github.com/manno/quarks-meta
When I run meta git status I see that āgit statusā is executed on the meta repo itself.
Expected behavior
The documentation says meta will run the command āin each directory listed in projects of the .meta JSON configuration fileā. However the meta repo is not listed in that sections.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
meta commands apply not only to .meta projects, but to the ...
I expected "meta" to only perform operations in each sub-directory in the .meta file. However, it also tries to perform operations in the...
Read more >meta - npm
meta is a tool for managing multi-project systems and libraries. It answers the conundrum of choosing between a mono repo or many repos...
Read more >Multiple Repository Management ā Zephyr Project ...
This command parses the manifest, clones any project repositories that are not already present locally, and checks out the project revisionsĀ ...
Read more >User Guide ā kas 0.10.0 documentation - Read the Docs
We assume that your configuration file is part of a meta-custom repository/layer. This way its possible to overwrite or append entries in files...
Read more >Metaprogramming
What do we mean by āmetaprogrammingā? ... If you write a paper in LaTeX, what are the commands you need to run to...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

hm, not really sure itās a bug as itās always worked this way - perhaps the wording could be fixed though.
there are flags you can use to exclude a directory
For example, if the name of the meta directory is āmetaā
Duplicates https://github.com/mateodelnorte/meta/issues/25