Files
pwcli/readme.md
T
2022-09-15 10:05:04 +02:00

16 lines
680 B
Markdown

# Photowall CLI
A CLI for Photowall, a platform for doing any type of commands or automation
needed for the photowall organisation.
# Installation
1. Clone the repo to a local folder.
2. Build the project with `yarn build`
3. Connect a runnable command with `yarn link`
4. Open a new terminal window and run `pwcli setup settings` to start the setup
# Usage
When running `pwcli` command in the terminal is will open a interactive view but all commands are accessable through shortcuts. So if you want to run status on development testservers its possible to run `pwcli d ts s` for d = development, ts = test servers, s = status. Shortcuts are listed in the interactive view.