Add services pcport command by elliotthilaire-ca · Pull Request #2784 · jetify-com/devbox
Navigation Menu
- Notifications You must be signed in to change notification settings
- Fork 308
Conversation
This command returns the port that process-compose is running on. That makes it more feasible to use the process-compose api in scripting. For example: ``` pcport=$(dist/devbox services pcport) curl http://localhost:$pcport/process/good-server | jq ".status, .is_ready" ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters