set name

Change the name for a tag.

Note

This statement expects a normal string using single or double quotes. The reason is that ‘set name’ expects a string and not a tag.

Example

# Rename tag `linux` to `ubuntu`
alter tag `linux` set name 'ubuntu'