Skip to content

Fix "generate app" to interpret args relative to cwd - #2683

Merged
denik merged 2 commits into
mainfrom
denik/fix-cwd-generate-app
Apr 9, 2025
Merged

Fix "generate app" to interpret args relative to cwd#2683
denik merged 2 commits into
mainfrom
denik/fix-cwd-generate-app

Conversation

@denik

@denikdenik commented Apr 8, 2025

Copy link
Copy Markdown
Contributor

Changes

The --config-dir and --source-dir for "bundle generate app" no longer join value with bundle root.

Related: #1928

Why

This arguments should be interpreted relative to CWD, as is the case for all other generate commands.

Tests

Existing tests.

@denik
deniktemporarily deployed to test-trigger-is April 8, 2025 16:46 — with GitHub Actions Inactive
@denik
denik added this pull request to the merge queueApr 9, 2025
Merged via the queue into main with commit 1bb7644Apr 9, 2025
@denik
denik deleted the denik/fix-cwd-generate-app branch April 9, 2025 10:21
deco-sdk-taggingBot added a commit that referenced this pull request Apr 9, 2025
## Release v0.247.0
### CLI
* Added include/exclude flags support to sync command ([#2650](#2650))
### Bundles
* Added support for model serving endpoints in deployment bind/unbind commands ([#2634](#2634))
* Added include/exclude flags support to bundle sync command ([#2650](#2650))
* Added JSON schema for resource permissions ([#2674](#2674))
* Removed pipeline 'deployment' field from jsonschema ([#2653](#2653))
* Updated JSON schema for deprecated pipeline fields ([#2646](#2646))
* The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](#2683))
* Reverts [#2549](#2549) to resolve issues with Web Terminal host mismatch ([#2685](#2685))
denik added a commit that referenced this pull request May 20, 2026
## Changes
The --config-dir and --source-dir for "bundle generate app" no longer
join value with bundle root.
Related: #1928
## Why
This arguments should be interpreted relative to CWD, as is the case for
all other generate commands.
## Tests
Existing tests.
denik pushed a commit that referenced this pull request May 20, 2026
## Release v0.247.0
### CLI
* Added include/exclude flags support to sync command ([#2650](#2650))
### Bundles
* Added support for model serving endpoints in deployment bind/unbind commands ([#2634](#2634))
* Added include/exclude flags support to bundle sync command ([#2650](#2650))
* Added JSON schema for resource permissions ([#2674](#2674))
* Removed pipeline 'deployment' field from jsonschema ([#2653](#2653))
* Updated JSON schema for deprecated pipeline fields ([#2646](#2646))
* The --config-dir and --source-dir flags for "bundle generate app" are now relative to CWD, not bundle root ([#2683](#2683))
* Reverts [#2549](#2549) to resolve issues with Web Terminal host mismatch ([#2685](#2685))
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@denik@andrewnester