Skip to content

Releases: puli/cli

1.0.0-beta10

14 Jan 11:16
Compare
Choose a tag to compare
1.0.0-beta10 Pre-release
Pre-release
  • 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 root puli.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 for puli type --update command

1.0.0-beta9

06 Oct 16:26
Compare
Choose a tag to compare
1.0.0-beta9 Pre-release
Pre-release
  • fixed regression in puli publish command
  • added integration tests to spot and fix regressions

1.0.0-beta8

05 Oct 11:23
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release
  • changed puli bind command to generate ClassBinding instances when passing
    a path that contains backslashes (\) or when passing the --class option
  • added --class option to puli bind --update command
  • added puli upgrade command

1.0.0-beta7

24 Aug 20:07
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release
  • renamed puli package --add to puli package --install
  • added --dev option to puli package --install command
  • added %env% variable to --format option of puli package --list
  • added --dev and --prod options to puli package --list
  • upgraded to webmozart/glob 3.1
  • fixed minimum package versions in composer.json
  • improved Windows compatibility

1.0.0-beta6

12 Aug 12:45
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release
  • added puli cat command
  • added puli url command

1.0.0-beta5

29 May 13:17
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release
  • added support for building a PHAR with Box
  • added puli self-update command
  • added --parsed option to puli config
  • added --format option to puli package
  • added puli package rename command
  • added required argument server to puli 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 to puli publish
  • renamed puli binding to puli bind
  • renamed puli path to puli map
  • added --stable and --unstable options to puli self-update command

1.0.0-beta4

13 Apr 15:21
Compare
Choose a tag to compare
1.0.0-beta4 Pre-release
Pre-release
  • removed --all option from puli config
  • changed puli config to display all user and effective values by default
  • removed --force option from puli build
  • added --force option to puli bind
  • added --force option to puli type define
  • renamed puli config --delete|-d to puli config --reset|-r
  • added recommendation when puli map returns no results
  • removed argument <pattern> from puli find and added --path option instead
  • renamed --type option to --class for puli find
  • renamed --bound-to option to --type for puli find
  • removed the --package option of puli bind --enable|--disable
  • renamed puli bind to puli binding add|list|remove|enable|disable
  • renamed puli map to puli path map|list|remove
  • added --force option to puli path map
  • added --enabled, --not-found and --conflict options to puli binding [list]
  • added --name option to puli find
  • added puli binding update command
  • added puli path update command
  • added puli type update command

1.0.0-beta3

19 Mar 18:42
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release
  • 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

27 Jan 11:26
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release
  • updated to work with Puli components in version 1.0.0-beta2

1.0.0-beta

27 Jan 11:23
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release
  • moved code from Puli\Cli\Console to Puli\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 to puli build