docs/cli: review updates

This commit is contained in:
Patrik Oldsberg
2020-12-15 10:16:57 +01:00
parent 05651c1431
commit 15dce70a5d
2 changed files with 19 additions and 21 deletions
+3 -3
View File
@@ -72,9 +72,9 @@ CLI can therefore easily be replaced with other tools if necessary.
Just like `react-scripts`, the Backstage CLI does not provide many hooks for
overriding or customizing the build process. This is to allow for evolution of
the CLI without having to take a wide API surface into account. This allows us to
quickly iterate and improve the tooling, as well as to more easily keep dependencies
up to date.
the CLI without having to take a wide API surface into account. This allows us
to quickly iterate and improve the tooling, as well as to more easily keep
dependencies up to date.
## Opinions & Goals