Renamed serverctl to server
This commit is contained in:
parent
2ec5081832
commit
77ef3c2ffa
@ -4,7 +4,7 @@
|
||||
## Todo
|
||||
|
||||
- [ ] 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] Provide environment, ex. `${SERVER_HOST}` for docker host IP
|
||||
- [x] Add filtering to `find` command, to seach for tags or name
|
||||
|
@ -19,11 +19,11 @@
|
||||
"noccylabs/spinner": "^0.1.0"
|
||||
},
|
||||
"bin": [
|
||||
"bin/serverctl"
|
||||
"bin/server"
|
||||
],
|
||||
"extra": {
|
||||
"phar": {
|
||||
"output": "serverctl.phar"
|
||||
"output": "server.phar"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user