mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Modify snap command aliases
This commit is contained in:
parent
7f4cc1a239
commit
4e10b4e017
1 changed files with 10 additions and 3 deletions
|
@ -7,8 +7,8 @@ description: |
|
||||||
Install
|
Install
|
||||||
sudo snap install zerotier
|
sudo snap install zerotier
|
||||||
Join your network
|
Join your network
|
||||||
sudo zerotier.cli join 8056c2e21c000001
|
sudo zerotier join <nwid>
|
||||||
sudo zerotier.cli status
|
sudo zerotier status
|
||||||
Approve your new node in ZeroTier Central (https://my.zerotier.com)! Welcome online!
|
Approve your new node in ZeroTier Central (https://my.zerotier.com)! Welcome online!
|
||||||
|
|
||||||
adopt-info: one
|
adopt-info: one
|
||||||
|
@ -28,11 +28,18 @@ apps:
|
||||||
- network-bind
|
- network-bind
|
||||||
- network-control
|
- network-control
|
||||||
|
|
||||||
|
# For backwards compatibility with old package (e.g. zerotier.cli)
|
||||||
|
# Should be removed someday
|
||||||
cli:
|
cli:
|
||||||
command: usr/sbin/zerotier-cli
|
command: usr/sbin/zerotier-cli
|
||||||
plugs:
|
plugs:
|
||||||
- network
|
- network
|
||||||
|
|
||||||
|
zerotier:
|
||||||
|
command: usr/sbin/zerotier-cli
|
||||||
|
plugs:
|
||||||
|
- network
|
||||||
|
|
||||||
idtool:
|
idtool:
|
||||||
command: usr/sbin/zerotier-idtool
|
command: usr/sbin/zerotier-idtool
|
||||||
plugs:
|
plugs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue