File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ If you haven't already done so, simply run this command:
1919composer require php-etl/satellite:' *'
2020```
2121
22- ## Login to the API
22+ ## Log into the API
2323
2424The ` login ` command is used to establish a connection with the Gyroscops API, allowing access to the various functionalities.
2525Before executing this command, make sure you have the necessary identification information to hand.
@@ -54,7 +54,6 @@ php bin/cloud create <path/to/satellite.yaml>
5454
5555Once you have created your satellite, you can access its configuration from the interface by following these steps:
5656
57- - Open your favourite web browser
5857- Enter the following URL in the address bar: https://app.gyroscops.com (or https://beta.gyroscops.com )
5958- Log in with your credentials
6059
@@ -77,7 +76,7 @@ php bin/cloud update <path/to/satellite.yaml>
7776The ` remove ` command is used to remove a given satellite.
7877
7978``` shell
80- php bin/cloud update < path/to/satellite.yaml>
79+ php bin/cloud remove < path/to/satellite.yaml>
8180```
8281
8382### Options
You can’t perform that action at this time.
0 commit comments