Skip to content

Commit cd6454e

Browse files
committed
updating TODOs
1 parent db482e8 commit cd6454e

5 files changed

Lines changed: 3 additions & 7 deletions

File tree

docs/pages/_partials/command_run_watch.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
TODO: run_watch one-liner description
1+
The function `run_watch` takes in a path to watch and a subcommand to run on that path.
22

33
## Arguments
44

55
### `--fail-on-error`
66

7-
If true, the command will fail on an error while running the sub command.
7+
If true, the command will fail on an error while running the subcommand.
88

99
```
1010
run_watch --path [MY_PATH] -- [my_command]

docs/pages/_partials/command_xargs.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//TODO: Lukas/Fabian, what does this function look like in action?
2-
31
The function `xargs` allows a user to overwrite current flags and utilities.
42

53
## Usage

docs/pages/configuration/images/basics.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ DevSpace automatically tags all images after building them using a tagging schem
170170

171171
[Learn more about defining a custom tagging schema.](../../configuration/images/image-definition/tags.mdx)
172172

173-
#TODO: is the helm/basics.mdx file correct?
174173
:::info Tag Replacement
175174
Before deploying your application, DevSpace will use the newly generated image tags and replace them in-memory in the values for your [Helm charts](../../configuration/deployments/helm/basics.mdx) and [Kubernetes manifests](../../configuration/deployments/kubectl/manifests.mdx), so they will be deployed using the newest image tag.
176175
:::

docs/pages/configuration/pipelines/basics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Pipelines
33
sidebar_label: pipelines
44
---
55

6-
Pipelines in DevSpace are ... #TODO
6+
Pipelines in DevSpace consists of one or more jobs that are run in parallel and can depend on each other. Each job consists of one or more conditional steps that are executed in order.
77

88
An example `pipelines` section could look like this in `devspace.yaml`:
99
```yaml

docs/pages/configuration/variables/basics.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ DevSpace allows you to use config variables without explicitly defining them as
138138
The `source` option of a config variable expects either:
139139
- `all` means to check environment variables **first** and then ask a question if no env variable is defined (**default**)
140140
- [`env`](../../configuration/variables/environment.mdx) means to check environment variables **only**
141-
- #TODO: is this question.mdx file correct?
142141
[`input`](../../configuration/variables/question.mdx) means to ask the user a question **once** (values will be cached in `.devspace/generated.yaml`)
143142
- [`command`](../../configuration/variables/command.mdx) means DevSpace will not ask the user a question and instead execute a command to determine the value of the variable.
144143
:::

0 commit comments

Comments
 (0)