Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change directory rather than setting working dir #139

Draft
wants to merge 1 commit into
base: use-relative-launch-process-paths
Choose a base branch
from

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented Oct 16, 2024

This PR changes the way launch process set the current/working directory. In particular, the current directory is changed in the command itself rather than using the launch.toml working-dir setting. The launch process detection feature is intended to both add convenience, and help users write their own Procfile commands when needed.

Users currently don't have any way to configure the launch.toml working-dir using a Procfile (and have to cd into the directory in the command). As a result, it'll be easier for users to adapt the automatically registered launch process commands to their own Procfile with the changes in this PR.

@runesoerensen runesoerensen added the skip changelog Skip the check-changelog check label Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip changelog Skip the check-changelog check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant