WinterManifest
Console command to generate a release/tag manifest for Winter CMS version checks.
class System\Console\WinterManifest
extends Illuminate\Console\Command
Extends
Class | Description |
---|---|
Illuminate\Console\Command
|
Properties
protected
$description
:
string
= "Generates a build manifest of Winter CMS builds."
The console command description.
protected
$hidden
:
bool
= true
Indicates whether the command should be shown in the Artisan command list.
protected
$signature
:
string
= "winter:manifest\n {target : Specifies the target file for the build manifest.}\n {--token= : Specifies a GitHub token, to get around rate limits.}\n {--minBuild= : Specifies the minimum build number to retrieve from the source.}\n {--maxBuild= : Specifies the maximum build number to retreive from the source.}"
The name and signature of the console command.
Methods
public __construct ()
Create a new command instance.
Returns
mixed
public handle () : void
Execute the console command.
Returns
void
protected getVersionInt (string $version) : int
Converts a version string into an integer for comparison.
Parameters
Property | Type | Description |
---|---|---|
$version | string |
string
|
Returns
int
Copyright © 2024 Winter CMS