mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
fix: remove project from ktx config
This commit is contained in:
parent
2bca308863
commit
71b911e61a
70 changed files with 178 additions and 323 deletions
|
|
@ -22,7 +22,6 @@ ktx dev <subcommand> [options]
|
|||
|
||||
| Flag | Description | Default |
|
||||
|------|-------------|---------|
|
||||
| `--name <name>` | Project name written to `ktx.yaml` | — |
|
||||
| `--force` | Rewrite `ktx.yaml` and scaffold files in an existing project | `false` |
|
||||
|
||||
## `dev runtime`
|
||||
|
|
@ -40,7 +39,7 @@ ktx dev <subcommand> [options]
|
|||
|
||||
```bash
|
||||
ktx dev init
|
||||
ktx dev init ./my-project --name "Analytics Context"
|
||||
ktx dev init ./my-project
|
||||
ktx dev init --force
|
||||
|
||||
ktx dev runtime install --yes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue