Skip to content

Conversation

@smithjilks
Copy link

@smithjilks smithjilks commented Aug 21, 2025

What type of PR is this?

This is documentation.

What does this do?

Updates CLI documentation

Which issue(s) does this PR fix/relate to?

Resolves #76

Have you included tests for your changes?

Did you document any new/modified features?

Notes

@smithjilks smithjilks self-assigned this Aug 21, 2025
@smithjilks smithjilks changed the title Update cli docs CD-76 - CLI Documentation Aug 21, 2025
@smithjilks smithjilks requested a review from SammyOina August 27, 2025 08:55
Comment on lines +80 to +86
#### Set Agent Log Level (optional)

Configures the log level for agent operations:

```shell
export AGENT_LOG_LEVEL=<log_level> # Default: "info"
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not part of cli

Comment on lines +2602 to +2620
{
"algorithm": {
"type": "python",
"file": "algorithm.py",
"requirements": "requirements.txt",
"args": ["--input=data.csv"]
},
"datasets": [
{
"path": "/data/input.csv",
"compressed": false
}
],
"expectedResults": {
"files": ["output.json"],
"checksum": "sha3-256-hash"
}
}
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cocos manifest does not have this structure

Comment on lines +2584 to +2596
{
"rootOfTrust": {
"product": "Milan",
"cabundlePaths": ["/path/to/ask.pem", "/path/to/ark.pem"],
"checkCrl": true
},
"policy": {
"reportData": "base64_encoded_64_bytes",
"measurement": "base64_encoded_48_bytes",
"minimumGuestSvn": 1,
"requireAuthorKey": true
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are better examples for attestation policy

Comment on lines +2642 to +2662
**TLS Configuration:**

- Supports TLS 1.2+ for all connections
- Certificate chain validation
- CRL (Certificate Revocation List) checking
- Custom CA certificate support

**mTLS (Mutual TLS):**

- Client certificate authentication
- Automatic certificate renewal
- Key rotation support
- Hardware security module integration

**aTLS (Attested TLS):**

- TEE attestation during TLS handshake
- Policy-based connection acceptance
- Measurement verification
- Secure key exchange within TEE

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

matls missing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI Documentation

2 participants