Web AppをCLIで操作する際のメモ
というか、azure siteのヘルプを張り付けただけです。。。
今度、この辺を作ってみよう。。
PS C:Windowssystem32> azure site help: Commands to manage your Web Sites help: help: List your web sites help: site list [options] [name] help: help: Set configuration options for your web site [name] help: site set [options] [name] help: help: Generate custom deployment script help: site deploymentscript [options] help: help: Create a web site help: site create [options] [name] help: help: Open your web site in a browser help: site browse [options] [name] help: help: Show details for a web site help: site show [options] [name] help: help: Delete a web site help: site delete [options] [name] help: help: Swap two web site slots help: site swap [options] [slot1] [slot2] help: help: Start a web site help: site start [options] [name] help: help: Stop a web site help: site stop [options] [name] help: help: Stop and then start a web site help: site restart [options] [name] help: help: Commands to manage your Web Site application settings help: site appsetting list [options] [name] help: site appsetting add [options] [name] help: site appsetting delete [options] [name] help: site appsetting show [options] [name] help: help: Commands to manage your Web Site configurations (deprecated. This command is deprecated and will be removed in a future version. Please use "site appsetting" instead help: site config list [options] [name] help: site config add [options] [name] help: site config clear [options] [name] help: site config get [options] [name] help: help: Commands to manage your Web Site connection strings help: site connectionstring list [options] [name] help: site connectionstring add [options] [name] help: site connectionstring delete [options] [name] help: site connectionstring show [options] [name] help: help: Commands to manage your Web Site default documents help: site defaultdocument list [options] [name] help: site defaultdocument add [options] [name] help: site defaultdocument delete [options] [name] help: help: Commands to manage your Web Site deployments help: site deployment list [options] [name] help: site deployment show [options] [name] help: site deployment redeploy [options] [name] help: site deployment github [options] [name] help: help: Commands to manage your Web Site deployment users help: site deployment user set [options] [username] [pass] help: help: Commands to manage your Web Site domains help: site domain list [options] [name] help: site domain add [options] [name] help: site domain delete [options] [name] help: help: Commands to manage your Web Site handler mappings help: site handler list [options] [name] help: site handler add [options] [name] help: site handler delete [options] [name] help: help: Commands to manage your Web Site WebJobs help: site job list [options] [name] help: site job show [options] [name] help: site job delete [options] [name] help: site job upload [options] [name] help: site job start [options] [name] help: site job stop [options] [name] help: help: Commands to manage your Web Site WebJobs History help: site job history list [options] [jobName] [name] help: site job history show [options] [jobName] [runId] [name] help: help: Commands to manage your Web Site locations help: site location list [options] help: help: Commands to manage your Web Site diagnostics help: site log download [options] [name] help: site log tail [options] [name] help: site log set [options] [name] help: help: Commands to manage your Web Site repositories help: site repository branch [options] [name] help: site repository delete [options] [name] help: site repository sync [options] [name] help: site repository update [options] [name] help: help: Commands to manage your Web Site scaling help: site scale mode [options] [name] help: site scale instances [options] [name] help: help: Options: help: -h, --help output usage information
コメント