lablup / lablup/backend.ai

Add CLI deployment command group

Open
#7,380 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
670
Forks
183
Avg merge
17h 7m
Merged PRs (30d)
358

Description

## Overview

Add CLI commands for Deployment management in backend.ai client.

## Tasks

1. Create `deployment` command group in client CLI:
- `backend.ai deployment create` - Create new deployment
- `backend.ai deployment list` - List deployments
- `backend.ai deployment info ` - Show deployment details
- `backend.ai deployment update ` - Update deployment
- `backend.ai deployment delete ` - Delete deployment
1. Add options for filtering, pagination, output format (json/table)
1. Implement proper error handling and user feedback
1. Write CLI tests

## Reference

- Existing CLI commands in src/ai/backend/client/cli/

JIRA Issue: BA-3433

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.