Add a label
1
Declare the key
Ask your coding agent to load the
fimo-code labels and framework references, then add a literal key such as
hero.title with the framework’s supported label API.2
Find missing values
bash fimo validate 3
Set the value
bash fimo labels set hero.title --value "Build your next site" Label keys must be string literals. A key assembled at runtime cannot be tracked or validated.
Translate labels
Omit--locale to let the selected Branch write its configured default language. Pass a locale for another language:
What’s next
Locales
Add languages and choose the default.
Content
Model longer structured content.
Frameworks
Use labels with your application framework.