Add: Server variables are opt-out by default
- Pull the Nushell and Deno versions from the server. - Support downloading Nushell and Deno from a url (not GitHUb). - Add support for nu config.nu and env.nu files. - Add support for default Deno permissions.
This commit is contained in:
parent
87e1b29ef6
commit
2afdfd7ab8
11 changed files with 610 additions and 387 deletions
8
main.go
8
main.go
|
|
@ -117,10 +117,10 @@ func main() {
|
|||
fmt.Println(a.PublicIP())
|
||||
case "getpython":
|
||||
a.GetPython(true)
|
||||
case "getdeno":
|
||||
a.GetDeno(true)
|
||||
case "getnushell":
|
||||
a.GetNushell(true)
|
||||
case "installdeno":
|
||||
a.InstallDeno(true)
|
||||
case "installnushell":
|
||||
a.InstallNushell(true)
|
||||
case "runmigrations":
|
||||
a.RunMigrations()
|
||||
case "recovermesh":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue