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
When a nio add <block> is run, the cli manually creates the submodule in the blocks/ directory, installs dependencies from requirements.txt, and updates etc/blocks.cfg with the new block data.
The project manager component in nio currently opens up an endpoint where one could POST to /project/blocks with data like:
When a
nio add <block>
is run, the cli manually creates the submodule in theblocks/
directory, installs dependencies from requirements.txt, and updatesetc/blocks.cfg
with the new block data.The project manager component in nio currently opens up an endpoint where one could POST to
/project/blocks
with data like:Which allows nio download the new block and its dependencies without manually changing the files running on the machine.
The text was updated successfully, but these errors were encountered: