Set device tag using CLI

Hi,
is it possible to set a device tag using command line interface?
https://docs.resin.io/reference/cli/ is not mentioning it, is it a non-documented feature?

Background: I do have a tag that should be set for all devices within an application and will be updated later on programmatically by API (Node.js SDK). When creating a new device using CLI, I’d like to set the tag. Right now I have to do it manually using dashboard.

Is there a better approach? Maybe planned?

Thanks