app edit
Command
The app edit
command allows to edit an app manifest. This is mostly useful for app development.
Usage
app edit <app_name>
Parameters
Parameter | Description | Required? | Default Value |
---|---|---|---|
app_name | Infrastructure app name | ✔️ |
Example
> app edit tagvalidator
args_schema: null
categories:
- tagging
config_schema:
- aggregate_root: true
allow_unknown_props: false
bases: []
fqn: tagvalidator
metadata: null
properties:
- description: List of kinds to validate expiration tags on.
kind: dictionary[string, string]
name: default
required: false
- description: List of kinds to validate expiration tags on.
kind: string[]
name: kinds
required: false
...
...