UNPKG
@devmn/cloud-cli
Version:
latest (2.2.3)
2.2.5
2.2.3
1.0.3
1.0.2
1.0.1
1.0.0
CLI tool for Intelligo Cloud.
@devmn/cloud-cli
/
src
/
models
/
ICaptainDefinition.ts
7 lines
(6 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
ICaptainDefinition
{
schemaVersion
:
number
dockerfileLines
?:
string
[]
imageName
?:
string
templateId
?:
string
}