Skip to content

Commit 544cf98

Browse files
committed
feat(ui): add command generator PoC
1 parent 4279b06 commit 544cf98

File tree

3 files changed

+658
-0
lines changed

3 files changed

+658
-0
lines changed

docs/hackathon/1-cookbook.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,16 @@ description: Cookbook commands for managing Confidential VMs.
66
keywords: [flare, ai, confidential-compute, hackathon, google-cloud, onboarding]
77
---
88

9+
import ConfidentialVMBuilder from "@site/src/components/ConfidentialVMBuilder";
10+
911
Reference for commands you will encounter when interacting with Confidential VMs.
1012

13+
## Command Builder
14+
15+
Use this interactive builder to generate the exact command you need:
16+
17+
<ConfidentialVMBuilder />
18+
1119
## Restarting VMs
1220

1321
During testing, you often need to restart a VM to pull updated docker images.

0 commit comments

Comments
 (0)