infra icon indicating copy to clipboard operation
infra copied to clipboard

the infra list command line help is not correct

Open walterheck opened this issue 2 years ago • 1 comments

the last line of this bit seems incorrect:

walterheck@casa:~/git/infra/bin$ ./infra list
You must set up the project dependencies, run the following commands:
curl -s http://getcomposer.org/installer | php
php composer.phar install
walterheck@casa:~/git/infra$ php composer.phar install
Could not open input file: composer.phar

instead, this works:

walterheck@casa:~/git/infra$ composer install
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 45 installs, 0 updates, 0 removals

walterheck avatar Jul 20 '23 10:07 walterheck

Hi @walterheck, thanks for the improvement suggestion!

in the interest of limiting tools, can you add work items to https://team.linkorb.com/projects/infra-maintenance instead of a github issue?

joostfaassen avatar Jul 20 '23 10:07 joostfaassen