Releases: laminas/laminas-cli
laminas-cli 0.1.1
Added
- Nothing.
Changed
- #34 makes it possible to omit adding dependency configuration for commands that can be instantiated without arguments.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
laminas-cli 0.1.0
Added
-
Adds a vendor binary,
laminas
, for use in both Laminas MVC and Mezzio applications, and which can be extended via configuration in applications and packages. See the integration documentation for details. -
Provides the ability for users to supply their own PSR-11 container for supplying configuration and commands to the
laminas
binary; see the integration documentation for more details. -
Provides the ability to chain multiple commands; see the command chains documentation for more information.
-
Provides the ability to define input "parameters"; these act like input options with the additional behavior that, in interactive mode, if the value is not supplied, the application prompts the user interactively for the value. Parameters may accept multiple values, either via repeated option invocations, or by prompting. See the command params documentation for more information.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.