port-ocean 0.4.13__py3-none-any.whl → 0.4.14__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of port-ocean might be problematic. Click here for more details.

@@ -10,4 +10,4 @@
10
10
  "jinja2_time.TimeExtension",
11
11
  "extensions.VersionExtension"
12
12
  ]
13
- }
13
+ }
@@ -9,6 +9,7 @@ class EntityMapping(BaseModel):
9
9
  identifier: str
10
10
  title: str | None
11
11
  blueprint: str
12
+ team: str | None
12
13
  properties: dict[str, str] = Field(default_factory=dict)
13
14
  relations: dict[str, str] = Field(default_factory=dict)
14
15
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: port-ocean
3
- Version: 0.4.13
3
+ Version: 0.4.14
4
4
  Summary: Port Ocean is a CLI tool for managing your Port projects.
5
5
  Home-page: https://app.getport.io
6
6
  Keywords: ocean,port-ocean,port
@@ -61,13 +61,13 @@ empowering engineers to effortlessly prioritize key features and streamline the
61
61
  ## Installation
62
62
  In order to install the Ocean Framework, run the following command:
63
63
 
64
- ```sh
64
+ ```bash
65
65
  pip install port-ocean[cli]
66
66
  ```
67
67
 
68
68
  Or
69
69
 
70
- ```sh
70
+ ```bash
71
71
  poetry add port-ocean[cli]
72
72
  ```
73
73
 
@@ -75,13 +75,13 @@ poetry add port-ocean[cli]
75
75
 
76
76
  1. source the integration venv
77
77
 
78
- ```sh
78
+ ```bash
79
79
  . .venv/bin/activate
80
80
  ```
81
81
 
82
82
  2. Run
83
83
 
84
- ```sh
84
+ ```bash
85
85
  ocean sail ./path/to/
86
86
  integration
87
87
  ```
@@ -157,19 +157,19 @@ In order to learn how you can contribute to Ocean, read our [contributing guide]
157
157
 
158
158
  2. Install dependencies:
159
159
 
160
- ```sh
160
+ ```bash
161
161
  make install
162
162
  ```
163
163
 
164
164
  Or (For installing integrations dependencies as well)
165
165
 
166
- ```sh
166
+ ```bash
167
167
  make install/all
168
168
  ```
169
169
 
170
170
  3. source the integration venv
171
171
 
172
- ```sh
172
+ ```bash
173
173
  . .venv/bin/activate
174
174
  ```
175
175
 
@@ -178,7 +178,7 @@ In order to learn how you can contribute to Ocean, read our [contributing guide]
178
178
 
179
179
  2. For new integration run
180
180
 
181
- ```sh
181
+ ```bash
182
182
  make new
183
183
  ```
184
184
 
@@ -186,25 +186,25 @@ In order to learn how you can contribute to Ocean, read our [contributing guide]
186
186
 
187
187
  3. Install dependencies
188
188
 
189
- 4. ```sh
189
+ 4. ```bash
190
190
  cd DESIRED_INTEGRATION_FOLDER && make install
191
191
  ```
192
192
 
193
193
  5. source the integration venv
194
194
 
195
- ```sh
195
+ ```bash
196
196
  . .venv/bin/activate
197
197
  ```
198
198
 
199
199
  6. Run the integration
200
200
 
201
- ```sh
201
+ ```bash
202
202
  make run
203
203
  ```
204
204
 
205
205
  Or
206
206
 
207
- ```sh
207
+ ```bash
208
208
  ocean sail
209
209
  ```
210
210
 
@@ -14,7 +14,7 @@ port_ocean/cli/commands/pull.py,sha256=VvrRjLNlfPuLIf7KzeIcbzzdi98Z0M9wCRpXC3QPx
14
14
  port_ocean/cli/commands/sail.py,sha256=rv_lKFITsV5ta9ng3g4eR5H6AtlAsrvBQpAvH_p2DaA,2193
15
15
  port_ocean/cli/commands/version.py,sha256=hEuIEIcm6Zkamz41Z9nxeSM_4g3oNlAgWwQyDGboh-E,536
16
16
  port_ocean/cli/cookiecutter/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- port_ocean/cli/cookiecutter/cookiecutter.json,sha256=sXRXRhhhZa7HRzGm67rSQG7Liad2540KrT7ol8IMvtg,478
17
+ port_ocean/cli/cookiecutter/cookiecutter.json,sha256=bBUXljV7pwvdxkRn2uw2aCoHItmEomjQ_ftI8Urn67w,479
18
18
  port_ocean/cli/cookiecutter/extensions.py,sha256=eQNjZvy2enDkJpvMbBGil77Xk9-38f862wfnmCjdoBc,446
19
19
  port_ocean/cli/cookiecutter/hooks/post_gen_project.py,sha256=3e0fUSnTxYM7PLm1vUzQG4ba5Br0EF054_EcW6cVlvY,220
20
20
  port_ocean/cli/cookiecutter/{{cookiecutter.integration_slug}}/.dockerignore,sha256=9Mz_WI7XBpKzlJ7ILb4vlcuzYkh98Ql3bP_5GHN1sRY,1034
@@ -84,7 +84,7 @@ port_ocean/core/handlers/entity_processor/jq_entity_processor.py,sha256=2FgQYwKU
84
84
  port_ocean/core/handlers/port_app_config/__init__.py,sha256=8AAT5OthiVM7KCcM34iEgEeXtn2pRMrT4Dze5r1Ixbk,134
85
85
  port_ocean/core/handlers/port_app_config/api.py,sha256=6VbKPwFzsWG0IYsVD81hxSmfqtHUFqrfUuj1DBX5g4w,853
86
86
  port_ocean/core/handlers/port_app_config/base.py,sha256=nnMZ4jH6a-4Of9Cn-apMsU0CgNLD9avd5q0gRmc7nZ8,1495
87
- port_ocean/core/handlers/port_app_config/models.py,sha256=OpTVS6cUHkbohRjHtB8udv80CAupUqccG119ZjvBops,1903
87
+ port_ocean/core/handlers/port_app_config/models.py,sha256=E-1J4ccfKD74S86hierzRAX0gRaq571nYcD2aBR8ir0,1924
88
88
  port_ocean/core/integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
89
89
  port_ocean/core/integrations/base.py,sha256=3jU0skK_gMLB8a_fN8whsRKva-Dz058TFoI0vXTbryU,3193
90
90
  port_ocean/core/integrations/mixins/__init__.py,sha256=FA1FEKMM6P-L2_m7Q4L20mFa4_RgZnwSRmTCreKcBVM,220
@@ -113,8 +113,8 @@ port_ocean/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
113
113
  port_ocean/run.py,sha256=xvYZlfi-J-IcqsAg8tNVnvl1mEUr6wPSya_-Bbf6jAU,1811
114
114
  port_ocean/utils.py,sha256=VcDhnqFwUYCPr9EZFtg5M2CIUC5Y4nN1Bv7gmCF4VYc,6067
115
115
  port_ocean/version.py,sha256=2ugCk8TXPsRIuFviZ8j3RPaszSw2HE-KuaW8vhgWJVM,172
116
- port_ocean-0.4.13.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
117
- port_ocean-0.4.13.dist-info/METADATA,sha256=eUU1syOT9k4EAjqsJLeqMMY8eckZkQ22NLYOaA3uFjU,6491
118
- port_ocean-0.4.13.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
119
- port_ocean-0.4.13.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
120
- port_ocean-0.4.13.dist-info/RECORD,,
116
+ port_ocean-0.4.14.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
117
+ port_ocean-0.4.14.dist-info/METADATA,sha256=B-9NcsmZCIUtcaCAEm8rb_QNlgWzn03z1IwxpzeJYv4,6515
118
+ port_ocean-0.4.14.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
119
+ port_ocean-0.4.14.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
120
+ port_ocean-0.4.14.dist-info/RECORD,,