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

process-compose info to show currently running config #100

Closed
dzmitry-lahoda opened this issue Oct 28, 2023 · 2 comments
Closed

process-compose info to show currently running config #100

dzmitry-lahoda opened this issue Oct 28, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@dzmitry-lahoda
Copy link

Feature Request

Use Case:

I want to know what config is used to run current process compose to run down command

Proposed Change:

process-compose info to output currently running config path

Who Benefits From The Change(s)?

nix users which have path built and shored in hashed nix/store where final config hard to to find manually to call down

Alternative Approaches

manually find out

@F1bonacc1
Copy link
Owner

Hi @dzmitry-lahoda

Will something like this work for you:

> ./process-compose project state
# ouput:
Hostname:          somehost
User:              someuser
Version:           v0.69.0
Up Time:           2m7s
Processes:         13
Running Processes: 11
File Names:
         - /path/to/process-compose.yaml
         - /path/to/process-compose.override.yaml

@F1bonacc1 F1bonacc1 added the enhancement New feature or request label Nov 17, 2023
@F1bonacc1
Copy link
Owner

Done in v0.75.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants