Service/WindowsAzure/CommandLine/Package.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Service_Console
- Subpackage
- Exception
- Version
- $Id$
\Zend_Service_WindowsAzure_CommandLine_Package
Package: Zend_Service_WindowsAzure_CommandLine
Package commands
- Parent(s)
- \Zend_Service_Console_Command
- Category
- Zend
- Command-handler
- package
- Command-handler-description
- Windows Azure Package commands
- Command-handler-footer
- Command-handler-footer
- All commands support the --ConfigurationFile or -F parameter.
- Command-handler-footer
- The parameter file is a simple INI file carrying one parameter
- Command-handler-footer
- value per line. It accepts the same parameters as one can
- Command-handler-footer
- use from the command line command.
- Command-handler-header
- Windows Azure SDK for PHP
- Command-handler-header
- Copyright (c) 2009 - 2011, RealDolmen (http://www.realdolmen.com)
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Methods
createPackageCommand( $path, $runDevFabric, $outputPath) : void
Packages a Windows Azure project structure.
Parameters
Details
Name | Type | Description |
---|---|---|
$path | ||
$runDevFabric | ||
$outputPath |
- Command-description
- Packages a Windows Azure project structure.
- Command-name
- Create
- Command-parameter-for
- $path Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile --Path|-p Required. The path to package.
- Command-parameter-for
- $runDevFabric Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile --RunDevFabric|-dev Required. Switch. Run and deploy to the Windows Azure development fabric.
- Command-parameter-for
- $outputPath Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile --OutputPath|-out Optional. The output path for the resulting package.
createScaffolderCommand( $rootPath, $scaffolderFile) : void
Creates a scaffolder from a given path.
Parameters
Details
Name | Type | Description |
---|---|---|
$rootPath | ||
$scaffolderFile |
- Command-description
- Creates a scaffolder from a given path.
- Command-name
- CreateScaffolder
- Command-parameter-for
- $rootPath Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile --Path|-p Required. The path to package into a scaffolder.
- Command-parameter-for
- $scaffolderFile Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile --OutFile|-out Required. The filename of the scaffolder.
scaffoldCommand( $path, $scaffolder, $argv) : void
Scaffolds a Windows Azure project structure which can be customized before packaging.
Parameters
Details
Name | Type | Description |
---|---|---|
$path | ||
$scaffolder | ||
$argv |
- Command-description
- Scaffolds a Windows Azure project structure which can be customized before packaging.
- Command-name
- Scaffold
- Command-parameter-for
- $path Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile --Path|-p Required. The path to create the Windows Azure project structure.
- Command-parameter-for
- $scaffolder Zend_Service_Console_Command_ParameterSource_Argv|Zend_Service_Console_Command_ParameterSource_ConfigFile|Zend_Service_Console_Command_ParameterSource_Env --Scaffolder|-s Optional. The path to the scaffolder to use. Defaults to Scaffolders/DefaultScaffolder.phar