-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into PORT-11871-bug-bug-in-cycle-dependencies-aff…
…ecting-argo-cd-integration
- Loading branch information
Showing
132 changed files
with
4,749 additions
and
1,329 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,18 +44,25 @@ $ [email protected] | |
release_date [2023-08-06]: | ||
$ 2023-08-06 | ||
|
||
is_private_integration [y/n] (y): | ||
$ n | ||
|
||
🌊 Ahoy, Captain! Your project is ready to set sail into the vast ocean of possibilities! | ||
Here are your next steps: | ||
port_client_id (you can find it using: https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials): | ||
$ <your-port-client-id> | ||
|
||
port_client_secret (you can find it using: https://docs.getport.io/build-your-software-catalog/custom-integration/api/#find-your-port-credentials): | ||
$ <your-port-client-secret> | ||
|
||
⚓️ Install necessary packages: Run make install to install all required packages for your project. | ||
▶️ cd ./my_integration && make install && . .venv/bin/activate | ||
is_us_region [y/n] (n): | ||
$ y | ||
|
||
⚓️ Set sail with Ocean: Run ocean sail <path_to_integration> to run the project using Ocean. | ||
▶️ ocean sail ./my_integration | ||
🌊 Ahoy, Captain! Your project is ready to set sail into the vast ocean of possibilities! | ||
Here are your next steps: | ||
|
||
⚓️ Smooth sailing with Make: Alternatively, you can run make run to launch your project using Make. | ||
▶️ make run ./my_integration | ||
⚓️ Install necessary packages: Run cd ./my_integration && make install && . .venv/bin/activate to install all required packages for your project. | ||
⚓️ Copy example env file: Run cp .env.example .env and update your integration's configuration in the .env file. | ||
⚓️ Set sail with Ocean: Run ocean sail to run the project using Ocean. | ||
⚓️ Smooth sailing with Make: Alternatively, you can run make run ./my_integration to launch your project using Make. | ||
``` | ||
<br/> | ||
|
Oops, something went wrong.