Renamed serverctl to server

This commit is contained in:
Chris 2022-09-28 01:12:53 +02:00
parent 2ec5081832
commit 77ef3c2ffa
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
## Todo ## Todo
- [ ] Add a --temporary option to start to remove volume after stop - [ ] Add a --temporary option to start to remove volume after stop
- [ ] Rename from `serverctl` to `server` - [x] Rename from `serverctl` to `server`
- [x] Implement variables in environment section - [x] Implement variables in environment section
- [x] Provide environment, ex. `${SERVER_HOST}` for docker host IP - [x] Provide environment, ex. `${SERVER_HOST}` for docker host IP
- [x] Add filtering to `find` command, to seach for tags or name - [x] Add filtering to `find` command, to seach for tags or name

View File

@ -19,11 +19,11 @@
"noccylabs/spinner": "^0.1.0" "noccylabs/spinner": "^0.1.0"
}, },
"bin": [ "bin": [
"bin/serverctl" "bin/server"
], ],
"extra": { "extra": {
"phar": { "phar": {
"output": "serverctl.phar" "output": "server.phar"
} }
} }
} }