Installation
To publish your first module to nest.land, you will need our CLI, eggs. You can install it using this command:
Please make sure to use the -A
flag to grant all permissions to eggs, so you can enjoy all features seamlessly.
To ensure that you fully understand all the new features of the latest versions, make sure to read the releases page!
Note: You need to upgrade to Deno v1.6.0 or newer in order to use our CLI.
#
Permissions usedCheck out the tasks we use the required permissions for.
init
write
- write to the egg config fileread
- read previous config
install
write
- write to the.eggs-global-modules.json
config fileread
- read previous confignet
- get latest module versionrun
- install moduleenv
- get home dir
link
write
- write to the.nest-api-key
config fileenv
- get home dir
publish
read
- read egg config filenet
- fetch module data & publish module
update
write
- write to the dependencies fileread
- read dependencies filenet
- get the latest module versionenv
- get global config file for executablesrun
- update executables
upgrade
net
- get the latest eggs versionrun
- upgrade eggs