Property | Type | Description | |
---|---|---|---|
$local | Global local mode. |
Method | Description | |
---|---|---|
getApplicationName ( ) : string | Get the name of the application to deploy. | |
getDetectedStage ( string $application = 'application', string | null $path = null ) : string | false | Returns what stage Rocketeer thinks he's in. | |
getOption ( string $option ) : string | array | Closure | Get an option from Rocketeer's config file. | |
isLocal ( ) : boolean | ||
setLocal ( boolean $local ) |
Method | Description | |
---|---|---|
getContextualOption ( string $option, string $type, string | array | null $original = null ) : string | array | Closure | Get a contextual option. |
public getApplicationName ( ) : string | ||
return | string |