1
0
Fork 0
mirror of https://github.com/yavook/kiwi-scp.git synced 2024-11-22 21:03:00 +00:00
kiwi-scp/kiwi_scp/data/etc/command_help.txt

22 lines
1.2 KiB
Text
Raw Normal View History

2020-08-20 12:40:49 +00:00
Commands for Operation:
2020-08-20 13:29:07 +00:00
up Bring up the whole instance, a project or service(s) inside a project
down Bring down the whole instance, a project or service(s) inside a project
update Update the whole instance, a project or service(s) inside a project
2020-08-25 13:42:53 +00:00
restart Restart the whole instance, a project or service(s) inside a project
2020-08-20 12:40:49 +00:00
Commands for Instance Management:
2020-08-26 11:56:51 +00:00
init Initialize or reconfigure kiwi-scp instance
show Show projects in this instance, services inside a project or service(s) inside a project
2020-08-20 13:29:07 +00:00
cmd Run raw docker-compose command in a project
2020-08-20 12:40:49 +00:00
Commands for Project and Service Management:
2020-08-20 13:29:07 +00:00
new Create new empty project(s) in this instance
enable Enable project(s) in this instance
disable Disable project(s) in this instance
logs Show logs of a project or service(s) inside a project
shell Spawn shell inside a service inside a project
2020-08-20 12:40:49 +00:00
Commands for Image Handling:
2020-08-20 13:29:07 +00:00
build Build images for the whole instance, a project or service(s) inside a project
pull Pull images for the whole instance, a project or service(s) inside a project
push Push images for the whole instance, a project or service(s) inside a project