-
Notifications
You must be signed in to change notification settings - Fork 0
Wrap command list
help get
Lists what commands are available from the command-line.
wrap add
Adds a wrap, optionally with a version identifier, either to the project repository (and add a line to the wrap descriptor), or to the system repository if there is no project repository.
The wrap will be located following the priority order:
- local path (a .wrap file in the current directory)
- local repository
- system repository
- remote repositories
wrap sync
Synchronizes all repositories with your current wrap descriptor.
wrap update
Updates all wraps available in all current repositories, either to the last version (if not in a project) or in the system repository.
wrap generate
Generates the default folder structure for openwrap and creates a default wrap descriptor.
wrap list
Displays the list of wraps installed in repositories, or the list of files within a package if one is shown.