You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
twig sends the arweave URLs and the config to the api
db gets updated, module is published
nest publish --wallet <path>
evaluate the config
create a tarball
upload the tarball to arweave and get the file URLs
send the arweave URLs and the config to the api
db is updated, module is published
CLI
nest publish [ version ] [ --git ] [ --pre <id> ] [ --deno <semver>] [ --wallet <path> ] [ --unlisted ]
ARGUMENTS
version semver tag or one of "major", "minor", "patch" (default: "patch")
OPTIONS
--git use the latest git tag as version (ignored if<version> is provided)
--pre <id> publish as a prerelease with optional identifier
--deno <semver> semver range for supported deno versions
--wallet <path> path to custom arweave wallet
--unlisted publish as an unlisted version
Steps
nest publish
nest publish --wallet <path>
CLI
semver behavior
Notes
nest publish
use the version0.1.0
(unstable)twig
, include the.nest
directory in the tarballToDo
The text was updated successfully, but these errors were encountered: