Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ pub enum Stage {
Ai,
/// Cloud provisioning
Cloud,
/// Network traffic monitor
Traffic,
/// Gas Town agent orchestration
Gastown,
}

impl Stage {
Expand All @@ -68,6 +72,8 @@ impl Stage {
Stage::Container,
Stage::Ai,
Stage::Cloud,
Stage::Traffic,
Stage::Gastown,
]
}
}
Expand Down
Loading