Skip to content

Commit f5f21b3

Browse files
authored
CD-120 - Update CLI docs for the added code in the package (#121)
1 parent a25c74e commit f5f21b3

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/cli.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,27 @@ cocos-cli policy azure [flags]
16051605
./build/cocos-cli policy azure <azure_maa_token_file> <product_name>
16061606
```
16071607

1608+
### Subcommand: `policy extend`
1609+
1610+
Extends the attestation policies PCR16 register with the hashes of downloaded compute manifests.
1611+
1612+
**Usage:**
1613+
1614+
```bash
1615+
cocos-cli policy extend
1616+
```
1617+
1618+
**Arguments:**
1619+
1620+
- `<attestation_policy_file_path>`: Path to attestation policy file
1621+
- `<compute_manifest_file_path0> <compute_manifest_file_path1> ...`: Paths to compute manifest files
1622+
1623+
**Example:**
1624+
1625+
```bash
1626+
./build/cocos-cli policy extend <attestation_policy_file_path> <compute_manifest_file_path0> <compute_manifest_file_path1> ...
1627+
```
1628+
16081629
## Command: `remove-vm`
16091630

16101631
Remove a virtual machine

0 commit comments

Comments
 (0)