fonts are organizations that provide the packages ,to add the font just pass the url of the font to the add
command, you need to specify the font name with the --fontname
flags
check Font Especification to see how to create a font
nublar add_font <url> --fontname <fontname>
To install a package just pass the name of the package to the install
command
nublar install <package_name>
you also can set a especific version of the package to install
nublar install <package_name> --version <version>
To remove a package just pass the name of the package to the remove
command
nublar remove <package_name>
you also can set a especific version of the package to remove
nublar remove <package_name> --version <version>
To update a package just pass the name of the package to the update
command
nublar update <package_name>
you also can set a especific version of the package to update
nublar update <package_name> --version <version>
To update all packages just pass the all
to the update
command
nublar update all
To update a font just pass the name of the font to the update_font
command
nublar update_font <fontname>
To update all fonts just pass the all
to the update_font
command
nublar update_font all