Github
link |
Stars: 110 |
Help us keep the lights on
Dependencies
Used By
- vapor-cloud/toolbox
- vapor/toolbox
- shnhrrsn-abandoned/vapor-base-app
- shnhrrsn-abandoned/vapor-assets
- gtranchedone/VaporGenerators
- matthijs2704/vapor-apns
- tetrafolium/vapor
- andrew804/vapor-apns-1.2.2
- SomeKindOfCode/vapor-generate
- vapor/vapor
- Ether-CLI/Ether
- paulofaria/swift-package-crawler-data
- tetrafolium/vapor
- mcdappdev/vaporize
- paulofaria/swift-package-crawler-data
- hardikeprajapati/Vapor-Server-Side-Swift
- Joannis/S-Lang
- dwarvesf/miner
- muhrusdi/vapor
- joscdk/cli-template
- mcdappdev/thanks
- Ether-CLI/Manifest
- jacobmitchinson/ioyes
- vapor/console
- vapor/fluent
- vi4m/vax
- vapor-cloud/toolbox
- vapor-cloud/toolbox
- vapor/toolbox
- vapor/toolbox
Total: 65
Releases
3.0.1 - Apr 20, 2018
Fixed:
Console.output(...)
now correctly defaults to printing a newline (#70).
3.0.0 - Apr 5, 2018
💻 Console 3.0 (APIs for creating interactive CLI tools) is here!
Getting Started: https://docs.vapor.codes/3.0/console/getting-started/ https://docs.vapor.codes/3.0/command/getting-started/ https://docs.vapor.codes/3.0/logging/getting-started/
API Docs: https://api.vapor.codes/console/latest/Console https://api.vapor.codes/console/latest/Command https://api.vapor.codes/console/latest/Logging
Changes since final pre-release.
New:
- Added
ConsoleText
type for creating collections of differently styled strings. This makes it possible to output text with interpolated styles in one call toconsole.output(_:)
- Cleaned up the loading and progress bars, now using an
ActivityIndicator
protocol. - Added lots of missing docblocks, made some APIs internal where possible to reduce API surface.
Milestone: 3.0.0
3.0.0-rc.2.2 - Mar 27, 2018
New:
- Adds deprecated support for
--option=value
flag style. - Adds
CommandConfig
andConfiguredCommands
structs
Fixed:
- Makes
console.confirm
non-throwing
API Docs: https://api.vapor.codes/console/3.0.0-rc.2.2/Command/
Milestone: 3.0.0-rc.2.2
3.0.0-rc.2.1.1 - Mar 27, 2018
New:
- Adds support for
-y, --yes
and-n, --no
flags for auto-answering console confirmations.
3.0.0-rc.2.1 - Mar 25, 2018
New:
- Adds a
commandLine
settable computed property toEnvironment
for parsing the environment's CLI arguments.
API Docs: https://api.vapor.codes/console/3.0.0-rc.2.1/Console/ https://api.vapor.codes/console/3.0.0-rc.2.1/Command/
Milestone: 3.0.0-rc.2.1