Skip to content

Commit 0667442

Browse files
committed
docs: update sequence diagrams documentation
- Improve description of diagram contents - Add details about lock management - Update and clarify list of supported commands - Reorganize command descriptions for clarity
1 parent 84b0210 commit 0667442

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/Design/sequence-diagrams.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -661,19 +661,19 @@ sequenceDiagram
661661
Each diagram shows:
662662
- The exact CLI command being executed
663663
- All components involved in processing the command
664-
- Data flow between components
665-
- Validation steps
666-
- File system operations
667-
- Success/error handling
668-
669-
The main CLI commands covered are:
670-
1. `init` - Initialize new configuration
671-
2. `add-value-config` - Define a new value configuration with metadata
664+
- The sequence of operations and data flow
665+
- Error handling and validation steps
666+
- Lock management for concurrent access
667+
668+
## Commands Covered
669+
670+
1. `init` - Initialize a new helm-values configuration
671+
2. `add-value-config` - Add a new value configuration with metadata
672672
3. `add-deployment` - Add a new deployment configuration
673-
4. `set-value` - Set a value for a specific path and environment
674-
5. `get-value` - Retrieve a value for a specific path and environment
675-
6. `validate` - Validate the entire configuration
676-
7. `generate` - Generate values.yaml for a specific environment
673+
4. `add-backend` - Add a backend to a deployment
674+
5. `add-auth` - Add authentication to a deployment
675+
6. `get-value` - Get a value for a specific path and environment
676+
7. `set-value` - Set a value for a specific path and environment
677677
8. `list-values` - List all values for a specific environment
678678
9. `list-deployments` - List all deployments
679679
10. `remove-deployment` - Remove a deployment configuration

0 commit comments

Comments
 (0)