-
Right now, if I make changes to a component I have to stop storybook, rebuild with athloi and then restart storybook (`athloi run build --filter 'keywords:"x-audio"' && npm run start-storybook`)
Th…
-
make install takes 9 minutes
the athloi task seems to be the slowest part
-
Bower may only need to be installed once at the top-level because it supports a `cwd` config option, e.g.:
```
bower i sass-mq --config.cwd=components/x-teaser
```
We could therefore refactor …
-
The logic currently in main.cpp other than the main function should be broken out elsewhere so that when an API header is added, it is easier to include or leave out the main or API, allowing the repo…
-
- these terms are quite jargony and confusing to a newcomer
- this also means the readme doesn't adequately explain how to set up your monorepo to work with athloi (i.e. using `file:` version specifie…
-
Add support for external JWKS endpoint.
In some trust networks a trusted 3rd party publishes the JWKS - we need a mechanism where the OP doesn't create the key but the OP imports the key and certif…
-
This branch of biz-ops-api https://github.com/Financial-Times/biz-ops-api/tree/rhys/absorb-treecreeper installs with atthloi 1 but not athloi 2
@apaleslimghost any idea why?
-
If running in a TTY show the output of all the tasks in separate Blessed (or whatever) panes
-
Filtering in the following ways don't work:
- **a)** `athloi run build --filter scope:anvil`
- **b)** `athloi run build --filter scope:"anvil"`
But filtering like this works:
- **c)** `athl…
-
It would be very useful to add a global filter option which may be applied to all tasks provided by this tool. The use case for this is to restrict tasks to a subset of packages within the repository …