You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docs/kitops-ts/types.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ type Layer =
27
27
28
28
### `FilterFlag`
29
29
30
-
A filter expression used by [`unpack`](api-reference.md#unpackdestination-flags) and [`info`](api-reference.md#inforepository-tag-flags) to select specific layers or paths within a layer.
30
+
A filter expression used by [`unpack`](../api-reference.md#unpackdestination-flags) and [`info`](../api-reference.md#inforepository-tag-flags) to select specific layers or paths within a layer.
31
31
32
32
```typescript
33
33
typeFilterFlag=string// see accepted formats below
@@ -84,7 +84,7 @@ type ExecResult = {
84
84
85
85
### `ModelKit`
86
86
87
-
A single entry returned by [`list`](api-reference.md#listrepository).
87
+
A single entry returned by [`list`](../api-reference.md#listrepository).
88
88
89
89
```typescript
90
90
typeModelKit= {
@@ -270,7 +270,7 @@ type TLSFlags = {
270
270
271
271
### `InitResult`
272
272
273
-
Returned by [`init`](api-reference.md#initpath-flags).
273
+
Returned by [`init`](../api-reference.md#initpath-flags).
274
274
275
275
```typescript
276
276
typeInitResult= {
@@ -283,7 +283,7 @@ type InitResult = {
283
283
284
284
### `InspectResult`
285
285
286
-
Returned by [`inspect`](api-reference.md#inspectrepository-tag-flags).
286
+
Returned by [`inspect`](../api-reference.md#inspectrepository-tag-flags).
287
287
288
288
```typescript
289
289
typeInspectResult= {
@@ -305,7 +305,7 @@ type InspectResult = {
305
305
306
306
### `VersionResult`
307
307
308
-
Returned by [`version`](api-reference.md#version).
308
+
Returned by [`version`](../api-reference.md#version).
309
309
310
310
```typescript
311
311
typeVersionResult= {
@@ -327,7 +327,7 @@ type VersionResult = {
327
327
328
328
### `DiffResult`
329
329
330
-
Returned by [`diff`](api-reference.md#diffmodelkit1-modelkit2-flags).
330
+
Returned by [`diff`](../api-reference.md#diffmodelkit1-modelkit2-flags).
331
331
332
332
```typescript
333
333
typeDiffResult= {
@@ -379,7 +379,7 @@ type DiffLayerEntry = {
379
379
380
380
## Kitfile Types
381
381
382
-
These types mirror the Kitfile schema. They are returned by [`info`](api-reference.md#inforepository-tag-flags) and [`inspect`](api-reference.md#inspectrepository-tag-flags), and can also be used when constructing Kitfiles programmatically.
382
+
These types mirror the Kitfile schema. They are returned by [`info`](../api-reference.md#inforepository-tag-flags) and [`inspect`](../api-reference.md#inspectrepository-tag-flags), and can also be used when constructing Kitfiles programmatically.
0 commit comments