Skip to content

t3dodson/midcli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

210 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midcli

NAS Command Line Interface

Software in ALPHA state, highly experimental.
No bugs/features being accepted at the moment.

Examples

Listing available commands in the current namespace.

root@freenas[~]# cli

> list
..
account
system
directoryservice
service
sharing
task
storage
network
jail
pool
vm
>

Creating a system tunable of variable "FOO", value "BAR" and of "RC" type.

root@freenas[~]# cli

> system
system> tunable
system tunable> create var=FOO value=BAR type=RC
system tunable>

Enabling root SSH and starting the service.

root@freenas[~]# cli

> service ssh update rootlogin=true
> service update id_or_name=ssh enable=true
> service start service=ssh

About

NAS Command Line Interface

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%