Skip to content

Commit dd274a5

Browse files
Merge pull request 'basic skypilot and click integration' (#3) from impl/cliSky/launch into main
Reviewed-on: https://git.myzel.io/PyMC/PyMC-Server/pulls/3
2 parents 546edf2 + 35474db commit dd274a5

File tree

11 files changed

+5602
-5
lines changed

11 files changed

+5602
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# pyMc server - cli deployment tool
2+
3+
## what does it do
4+
5+
The Tool will be used to deploy on skypilot. It aims to simplify the deployment process.
6+
In the end, the application needs to merge different .yaml files (pyMc-/user Files) together
17
# Quickstart
28

39
## Installation
@@ -34,14 +40,10 @@ pip3 install .
3440

3541
Follow through the rest of the GCP configuration in your terminal.
3642

37-
> Tip:
38-
> You can see a global status of active VMs by running `pymcs status`
39-
40-
4143

4244
### Status of your deployments
4345

44-
Running `pymcs status` all your deployments are checked and displayed in a table.
46+
To check the status of all your deployments run `pymcs status`. A table is printed to your terminal.
4547

4648
```bash
4749
❯ pymcs status

0 commit comments

Comments
 (0)