Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 334 Bytes

File metadata and controls

executable file
·
9 lines (6 loc) · 334 Bytes

To change details of an application

The following update-application example changes the name of an application that is associated with the user's AWS account.

aws deploy update-application \
    --application-name WordPress_App \
    --new-application-name My_WordPress_App

This command produces no output.