We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A new command unitctl app list or unitctl apps list (I propose both singular and plural would work here, but not with restarting the app).
unitctl app list
unitctl apps list
Related to #1279.
Given the following unit json:
{ "applications": { "hello-world": { "type": "php", "root": "/www/hw/public/", "script": "index.php", "environment": { "PHP_INI_SCAN_DIR": ":/tmp/php.inis/" } }, "other-one": { "type": "php", "root": "/www/oo/public/", "script": "index.php", "environment": { "PHP_INI_SCAN_DIR": ":/tmp/php.inis/" } } } }
The output of unitctl app list would be
hello-world type: php root: /www/hw/public script: index.php environment: PHP_INI_SCAN_DIR: /tmp/php.inis other-one type: php root: /www/oo/public/ script: index.php environment: PHP_INI_SCAN_DIR: /tmp/php.inis/
The text was updated successfully, but these errors were encountered:
Resolved in #1323
Sorry, something went wrong.
avahahn
No branches or pull requests
A new command
unitctl app list
orunitctl apps list
(I propose both singular and plural would work here, but not with restarting the app).Related to #1279.
Given the following unit json:
The output of
unitctl app list
would beThe text was updated successfully, but these errors were encountered: