Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 52 additions & 0 deletions docs/pages/configuration/pipelines/functions/start_dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,55 @@
title: Function start_dev
sidebar_label: start_dev
---

This function starts all existing dev configurations.

## Arguments

### Set

Sets the configuration.

### SetString

Sets the configuration as a string.

### From

Reuses an existing configuration.

### FromFile

Reuses an existing configuration from a file.

### All

Starts all dev configurations.

## Flags

By default, these flasg are set to disabled. If any of these flags are enabled, the following actions will be taken.

### `--continue-on-terminal-exit`

The dev start process will continue, even on a terminal exit.

### `--disable-sync`

No sync configuraitons will be started.

### `--disable-port-forwarding`

No port forwarding configurations will be started.

### `--disable-pod-replace`

No pods will be replaced.

### `--disable-open`

No pods will be opened.

### `--kill-application`

Terminates the pipeline, including all dev pods.