cli: Add minimal instructions for how to try locally
Signed-off-by: Marcus Eide <eide@spotify.com>
This commit is contained in:
committed by
Philipp Hugenroth
parent
67c693c6b2
commit
2f851a3945
@@ -0,0 +1,23 @@
|
||||
# admin tool
|
||||
|
||||
## Local dev
|
||||
|
||||
```bash
|
||||
# Checkout the branch
|
||||
cd backstage
|
||||
git fetch
|
||||
git checkout goa/cli-admin-command
|
||||
|
||||
# Create a new app
|
||||
cd ..
|
||||
npx @backstage/create-app
|
||||
cd new-backstage-app
|
||||
|
||||
# Run the modded cli in the new app
|
||||
../github/backstage/packages/cli/bin/backstage-cli admin
|
||||
? Do you want to set up Authentication for this project? (Y/n)
|
||||
...
|
||||
|
||||
# Try the app with the new changes
|
||||
yarn dev
|
||||
```
|
||||
Reference in New Issue
Block a user