phar-io/phive

https://phar.io/phive 404

dangoodman opened this issue · 3 comments

phive.xml schema – https://phar.io/phive – is not available

Could not find any description of the phive.xml format. How do I configure a custom tools dir location?

Three options:

  1. Upon install: phive install -t path foo
  2. Edit phive.xml / .phive/phars.xml and change the location attribute
  3. Edit phive.xml / .phive/phars.xml and add <configuration><targetDirectory>path/here</targetDirectory></configuration> into phive root element

Thank you for the quick response.

I believe publishing the schema at https://phar.io/phive might help people to self-discover the available configuration options (case 3). Especially considering the modern IDEs' autocompletion for XML documents with a downloadable schema.

I agrree.