Skip to content

litiantian257/agentbay-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentBay CLI

A command-line interface for AgentBay services.

Features

AgentBay CLI provides comprehensive image management capabilities:

Note: The current version of the CLI tool supports creating and activating CodeSpace type images only.

  • Authentication: Secure OAuth-based login with Google account integration
  • Image Creation: Build custom images from Dockerfiles with base image support
  • Image Management: Activate, deactivate, and monitor image instances
  • Image Listing: Browse user and system images with pagination and filtering support
  • Configuration Management: Secure token storage and automatic token refresh

Quick Start

# 1. Log in to AgentBay
agentbay login

# 2. List available user images
agentbay image list

# 3. Create a custom image
agentbay image create myapp --dockerfile ./Dockerfile --imageId code_latest

# 4. Activate the image
agentbay image activate imgc-xxxxx...xxx

# 5. Deactivate when done
agentbay image deactivate imgc-xxxxx...xxx

For detailed installation steps, usage instructions and examples, see the User Guide.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 98.3%
  • Makefile 1.2%
  • Ruby 0.5%