Skip to main content

Update App

  • Update app

    Use command (edit app using appname):

    init edit app --name=<appname> -e=<true/false> -s=<true/false>

    Use command (edit app using appid):

    init edit app --appid=<appid> --e=<true/false> -s=<true/false> 
    Flags
    --name
    • Indicates tha name of the application.
    • can use either appname or appid
    • required
    • Shorthand : n
    --appid
    • Indicates the id of the application.
    • can use either name or appid
    • reuired
    --setEnv
    • Indicates the environment settings, If you set setEnv as 'true' you will be able to configure environments variable for the application.
    • Optional
    • Default : false
    • Shorthand : e
    --setAppSetting
    • Indicates the application settings, If you set setAppSetting and 'true' you will be able to configure following : PORT, HTTP PATH, Instance size, Number of instances, Vertical auto scaling.
    • Optional
    • Default : false
    • Shorthand : s