devspace icon indicating copy to clipboard operation
devspace copied to clipboard

DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.

Results 356 devspace issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem?** When printing out custom messages from pipelines and commands, they don't match DevSpace's output style. **Which solution do you suggest?** A new...

kind/feature

Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.1 to 0.2.4. Changelog Sourced from tmp's changelog. v0.2.2 (2024-02-28) :bug: Bug Fix #278 Closes #268: Revert "fix #246: remove any double quotes or single quotes… (@​mbargiel)...

dependencies
javascript

**Is your feature request related to a problem?** In our project our local development environment need a lot of third party API keys. These keys are stored in a password...

kind/feature

**What issue type does this pull request address?** (keep at least one, remove the others) /kind bugfix **What does this pull request do? Which issues does it resolve?** (use `resolves...

**Is your feature request related to a problem?** Yes. When inheriting configs using `imports`, it's hard to override/add specific fields inside a named object. A very simple example: ```yml #...

kind/feature

**What happened?** Attempted to use devspace init on an existing project. Chose the option to use the existing docker-compose.yaml that I had ``` panic: assignment to entry in nil map...

kind/bug