Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Undocumented features #233

Isty001 started this conversation in General
Jan 10, 2021 · 1 comments · 2 replies
Discussion options

I want to document the available commands, because some of the are not well known. So currently we have these:

 init Start a new project
 i, install [name...] Install one or more packages
 up, update [name...] Update one or more packages
 upgrade [version] Upgrade clib to a specified or latest version
 configure [name...] Configure one or more packages
 build [name...] Build one or more packages
 search [query] Search for packages
 help <cmd> Display help for cmd

However I am not sure how some of them should work. Could you give me some info about what is the intended function of the update, configure and build commands?

You must be logged in to vote

Replies: 1 comment 2 replies

Comment options

IIRC, clib update is more or less a modified clib install that ensures the cache is skipped, installation is "forced", and global installs are disabled

clib configure will execute the configure script in a clib.json as seen here: https://github.com/jwerle/libmerkle/blob/master/clib.json#L7)

clib build will execute make for a package with -C set to the Makefile specified in a clib.json as seen here:(https://github.com/jwerle/libmerkle/blob/master/clib.json#L8

You must be logged in to vote
2 replies
Comment options

Isty001 Jan 10, 2021
Maintainer Author

Thank you!

Comment options

Isty001 Jan 16, 2021
Maintainer Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants

AltStyle によって変換されたページ (->オリジナル) /