Skip to content

Latest commit

 

History

History
56 lines (48 loc) · 1.46 KB

cli_usage.md

File metadata and controls

56 lines (48 loc) · 1.46 KB

Add a Font

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>

Install

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>

Remove

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>

Update

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>

Update All

To update all packages just pass the all to the update command

nublar update all

Update Font

To update a font just pass the name of the font to the update_font command

nublar update_font <fontname>

Update All Fonts

To update all fonts just pass the all to the update_font command

nublar update_font all