This is the multi-page printable view of this section.
Click here to print.
Return to the regular view of this page.
init
Create description template
skyramp init
Options
-f, --force force create description
Options inherited from parent commands
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- skyramp - Command line tool to interact with Skyramp
- mock - Create mock description
- project - Create folder structure for a new Skyramp project
- target - Create target description
- test - Create test description

1 - mock
Create mock description
skyramp init mock
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- init - Create description template
- grpc - Create mock description for gRPC protocol
- jsonrpc-http - Create mock description for JSON-RPC over HTTP protocol
- jsonrpc-ws - Create mock description for JSON-RPC over WebSocket protocol
- rest - Create mock description for REST protocol

1.1 - grpc
Create mock description for gRPC protocol
skyramp init mock grpc
skyramp init mock grpc <mock name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- mock - Create mock description

1.2 - jsonrpc-http
Create mock description for JSON-RPC over HTTP protocol
skyramp init mock jsonrpc-http
skyramp init mock jsonrpc-http <mock name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- mock - Create mock description

1.3 - jsonrpc-ws
Create mock description for JSON-RPC over WebSocket protocol
skyramp init mock jsonrpc-ws
skyramp init mock jsonrpc-ws <mock name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- mock - Create mock description

1.4 - rest
Create mock description for REST protocol
skyramp init mock rest
skyramp init mock rest <mock name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- mock - Create mock description

2 - project
Create folder structure for a new Skyramp project
skyramp init project
skyramp init project <project name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- init - Create description template

3 - target
Create target description
skyramp init target
skyramp init target <target name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- init - Create description template

4 - test
Create test description
skyramp init test
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- init - Create description template
- grpc - Create test description for gRPC protocol
- jsonrpc-http - Create test description for JSON-RPC over HTTP protocol
- jsonrpc-ws - Create test description for JSON-RPC over WebSocket protocol
- rest - Create test description for REST protocol

4.1 - grpc
Create test description for gRPC protocol
skyramp init test grpc
skyramp init test grpc <test name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- test - Create test description

4.2 - jsonrpc-http
Create test description for JSON-RPC over HTTP protocol
skyramp init test jsonrpc-http
skyramp init test jsonrpc-http <test name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- test - Create test description

4.3 - jsonrpc-ws
Create test description for JSON-RPC over WebSocket protocol
skyramp init test jsonrpc-ws
skyramp init test jsonrpc-ws <test name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- test - Create test description

4.4 - rest
Create test description for REST protocol
skyramp init test rest
skyramp init test rest <test name>
Options inherited from parent commands
-f, --force force create description
--kube-insecure enable insecure mode for interactions with Kubernetes clusters
-p, --project-path string path to Skyramp project folder (default ".")
-v, --verbose count verbose (-v or -vv)
SEE ALSO
- test - Create test description
