Releases: puli/cli
Releases · puli/cli
1.0.0-beta10
- made compatible with Symfony 3.0
- upgraded to webmozart/glob 4.0 for better performance
- the
puli build
command now removes obsolete disabled binding UUIDs from
the rootpuli.json
- fixed:
puli build
command runs now even if the factory file is corrupt - changed
puli self-update
command to download from https://puli.io - added
-u
alias forpuli type --update
command
1.0.0-beta9
- fixed regression in
puli publish
command - added integration tests to spot and fix regressions
1.0.0-beta8
- changed
puli bind
command to generateClassBinding
instances when passing
a path that contains backslashes (\
) or when passing the--class
option - added
--class
option topuli bind --update
command - added
puli upgrade
command
1.0.0-beta7
- renamed
puli package --add
topuli package --install
- added
--dev
option topuli package --install
command - added
%env%
variable to--format
option ofpuli package --list
- added
--dev
and--prod
options topuli package --list
- upgraded to webmozart/glob 3.1
- fixed minimum package versions in composer.json
- improved Windows compatibility
1.0.0-beta6
- added
puli cat
command - added
puli url
command
1.0.0-beta5
- added support for building a PHAR with Box
- added
puli self-update
command - added
--parsed
option topuli config
- added
--format
option topuli package
- added
puli package rename
command - added required argument
server
topuli asset map
- removed puli/composer-plugin dependency
- upgraded webmozart/path-util to 2.0
- turned sub-commands into option commands, e.g.
puli installer add
to
puli installer --add
- renamed
puli asset
topuli publish
- renamed
puli binding
topuli bind
- renamed
puli path
topuli map
- added
--stable
and--unstable
options topuli self-update
command
1.0.0-beta4
- removed
--all
option frompuli config
- changed
puli config
to display all user and effective values by default - removed
--force
option frompuli build
- added
--force
option topuli bind
- added
--force
option topuli type define
- renamed
puli config --delete|-d
topuli config --reset|-r
- added recommendation when
puli map
returns no results - removed argument
<pattern>
frompuli find
and added--path
option instead - renamed
--type
option to--class
forpuli find
- renamed
--bound-to
option to--type
forpuli find
- removed the
--package
option ofpuli bind --enable|--disable
- renamed
puli bind
topuli binding add|list|remove|enable|disable
- renamed
puli map
topuli path map|list|remove
- added
--force
option topuli path map
- added
--enabled
,--not-found
and--conflict
options topuli binding [list]
- added
--name
option topuli find
- added
puli binding update
command - added
puli path update
command - added
puli type update
command
1.0.0-beta3
- switched to webmozart/console package
- moved command code to command handler classes
- added tests for command handler classes
- injected Puli's event dispatcher into the console application to let plugins
extend the console configuration - renamed
puli bind
option--duplicate
to--overridden
- added "factory" target to
puli build
command - added
puli plugin
command
1.0.0-beta2
- updated to work with Puli components in version 1.0.0-beta2
1.0.0-beta
- moved code from
Puli\Cli\Console
toPuli\Cli
- added
puli map
command - added
puli type
command - added
puli type define
command - added
puli type remove
command - added
puli bind
command - added
puli package
command - added
puli package install
command - added
puli package remove
command - added
puli package clean
command - added
puli config
command - added
puli tree
command - added
puli find
command - improved
puli ls
command - renamed
puli dump
topuli build