App metadata is missing description field that documented in Towerfile/CLI spec to set app's description. Deploy only creates apps if missing; no update path for description either. Suspect here seems to be short_description, either spec is wrong or field name is not updated.
Repro
tower apps create --name hello-world --description "Test description"tower apps show hello-world (description missing).tower deploy --create with Towerfile [app] description = "...", then tower apps show.
Expected
Actual
App metadata is missing
descriptionfield that documented in Towerfile/CLI spec to set app's description. Deploy only creates apps if missing; no update path for description either. Suspect here seems to beshort_description, either spec is wrong or field name is not updated.Repro
tower apps create --name hello-world --description "Test description"tower apps show hello-world(description missing).tower deploy --createwith Towerfile[app] description = "...", thentower apps show.Expected
--descriptionfortower apps create.descriptionas an optional field under[app].Actual