Commit 98eb3b9
committed
docs: Allow arbitrary filenames for spicepod path argument
`spice run`, `spiced`, and `spice validate` now accept any YAML file
path (e.g. `spiced ./configs/my-app.yaml`) — not just files literally
named `spicepod.yaml`/`spicepod.yml`. Files passed by path must declare
`kind: Spicepod` and a recognized `version`, otherwise the runtime
exits with an explicit validation error.
- `reference/spicepod/index.md` — relax the "must be named spicepod.yaml"
claim and describe the directory-vs-file behavior.
- `cli/reference/run.md`, `spiced.md`, `validate.md` — clarify what the
positional path argument accepts.
Reflects the behavior introduced in spiceai/spiceai#10777.1 parent 6d829cd commit 98eb3b9
4 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments