Skip to content

Commit 14b1385

Browse files
committed
add image command stub
1 parent a330cb7 commit 14b1385

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
2+
"""Docker image commands."""
3+
4+
import click
5+
6+
7+
@click.group(name="image")
8+
def image_cli_group() -> None:
9+
"""Docker image commands."""
10+
pass
11+
12+
13+
__all__ = [
14+
"image_cli_group",
15+
]

0 commit comments

Comments
 (0)