Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This folder contains the implementation of the HomeCloud CLI tool. The CLI inter
cli/
├── cmd/
│ ├── root.go # Root command of the CLI
│ ├── compute.go # Subcommand for managing compute resources (Docker-based)
│ ├── compute/ # Component specifc folder
│ ├── compute.go # Subcommand for managing compute resources (Docker-based)
│ ├── config.go # Subcommand for managing CLI configurations
├── main.go # Entry point for the CLI application
├── go.mod # Go module file
Expand Down
Loading