Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TON Actions Team] #12 Contest: TON OS Startup Edition installation scripts [Part 2 | Integration with TONDEV CLI] #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
"onCommand:tondev.se.start",
"onCommand:tondev.se.stop",
"onCommand:tondev.se.reset",
"onCommand:tondev.se-nd.info",
"onCommand:tondev.se-nd.version",
"onCommand:tondev.se-nd.update",
"onCommand:tondev.se-nd.set",
"onCommand:tondev.se-nd.start",
"onCommand:tondev.se-nd.stop",
"onCommand:tondev.se-nd.reset",
"onCommand:tondev.network.add",
"onCommand:tondev.network.delete",
"onCommand:tondev.network.list",
Expand Down Expand Up @@ -146,6 +153,41 @@
"category": "tondev-se",
"title": "Reset SE Instance"
},
{
"command": "tondev.se-nd.info",
"category": "tondev-se-nd",
"title": "Non Docker: Show SE Info"
},
{
"command": "tondev.se-nd.version",
"category": "tondev-se-nd",
"title": "Non Docker: Show SE Versions"
},
{
"command": "tondev.se-nd.update",
"category": "tondev-se-nd",
"title": "Non Docker: Update SE Instance Version"
},
{
"command": "tondev.se-nd.set",
"category": "tondev-se-nd",
"title": "Non Docker: Update SE Instance Config"
},
{
"command": "tondev.se-nd.start",
"category": "tondev-se-nd",
"title": "Non Docker: Start SE Instance"
},
{
"command": "tondev.se-nd.stop",
"category": "tondev-se-nd",
"title": "Non Docker: Stop SE Instance"
},
{
"command": "tondev.se-nd.reset",
"category": "tondev-se-nd",
"title": "Non Docker: Reset SE Instance"
},
{
"command": "tondev.network.add",
"category": "tondev-network",
Expand Down