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/kusion/6-reference/1-commands/index.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,23 @@ Kusion is the Platform Orchestrator of Internal Developer Platform
4
4
5
5
Find more information at: https://www.kusionstack.io
6
6
7
-
###Synopsis
7
+
## Synopsis
8
8
9
9
As a Platform Orchestrator, Kusion delivers user intentions to Kubernetes, Clouds and On-Premise resources. Also enables asynchronous cooperation between the development and the platform team and drives the separation of concerns.
10
10
11
11
```
12
12
kusion [flags]
13
13
```
14
14
15
-
###Options
15
+
## Options
16
16
17
17
```
18
18
-h, --help help for kusion
19
19
--profile string Name of profile to capture. One of (none|cpu|heap|goroutine|threadcreate|block|mutex) (default "none")
20
20
--profile-output string Name of the file to write the profile to (default "profile.pprof")
21
21
```
22
22
23
-
###SEE ALSO
23
+
## SEE ALSO
24
24
25
25
*[kusion apply](kusion-apply.md) - Apply the operational intent of various resources to multiple runtimes
26
26
*[kusion config](kusion-config.md) - Interact with the Kusion config
@@ -31,10 +31,11 @@ kusion [flags]
31
31
*[kusion options](kusion-options.md) - Print the list of flags inherited by all commands
32
32
*[kusion preview](kusion-preview.md) - Preview a series of resource changes within the stack
33
33
*[kusion project](kusion-project.md) - Project is a folder that contains a project.yaml file and is linked to a Git repository
0 commit comments