Skip to content

Commit a2bc6d5

Browse files
committed
wip
1 parent 97697c1 commit a2bc6d5

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
1-
![](https://banners.beyondco.de/Ploi%20CLI.png?theme=light&packageManager=composer+require&packageName=schmidfelix%2Fploi-cli&pattern=hexagons&style=style_1&description=A+simple+command+line+interface+which+makes+deploying+with+ploi+even+easier.&md=1&showWatermark=0&fontSize=100px&images=terminal)
2-
1+
![](screenshots/cli-banner.jpg)
32
# Ploi CLI
43

5-
A easy to use command line interface for [ploi](https://ploi.io/register?referrer=fYthUW3wM4ee3RnUfput) (referral link).
4+
An easy-to-use command line interface for [ploi](https://ploi.io/register).
65

76
## Documentation
87

9-
You can see the full documentation on its [website](https://felix-schmid.de/docs/ploi-cli).
8+
You can see the full documentation on its [website](https://cli.ploi.io).
109

1110
### Security
12-
If you discover any security related issues, please email security@felix-schmid.de instead of using the issue tracker.
11+
If you discover any security related issues, please email security@ploi.io instead of using the issue tracker.
1312

1413
## Credits
1514

1615
- [Felix Schmid](https://github.com/schmidfelix)
16+
- [Stan Menten](https://stanmenten.dev/)
17+
- [Ploi](https://ploi.io)
1718
- [All Contributors](../../contributors)
1819

1920
## License

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"name": "schmidfelix/ploi-cli",
2+
"name": "ploi/ploi-cli",
33
"description": "Command line interface for ploi.",
44
"keywords": [
55
"ploi",
66
"ploi-cli",
77
"cli"
88
],
9-
"homepage": "https://felix-schmid.de",
9+
"homepage": "https://ploi.io",
1010
"type": "project",
1111
"license": "MIT",
1212
"authors": [
@@ -17,6 +17,10 @@
1717
{
1818
"name": "Stan Menten",
1919
"email": "[email protected]"
20+
},
21+
{
22+
"name": "Ploi",
23+
"email": "[email protected]"
2024
}
2125
],
2226
"require": {

screenshots/cli-banner.jpg

43 KB
Loading

0 commit comments

Comments
 (0)