Skip to content
/ midcli Public

NAS Command Line Interface

Notifications You must be signed in to change notification settings

truenas/midcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

212 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

Packages

No packages published

Contributors 7

Languages