@app
@app
declares the application namespace
Syntax
- Lowercase alphanumeric string
- Maximum of 10 characters
- Dashes allowed; underscores not allowed
- Must begin with a letter
Example
Create an app with the namespace "foobaz":
arc
@app
foobaz
json
{
"app": "foobaz"
}
toml
app="foobaz"
yaml
---
app: foobaz