Expand description
hyperlane-cli
A command-line tool for Hyperlane framework.
Structs§
- Args
- Parsed command line arguments
- NewProject
Config - Configuration for creating a new project
- Package
- Package information in monorepo
- Publish
Result - Publish result for a single package
- Template
Config - Configuration for template generation
- Version
- Parsed version components following semantic versioning
Enums§
- Bump
Version Type - Types of version bumps
- Command
Type - Available commands
- Model
SubType - Model subtypes for organizing data structures
- NewError
- Errors that can occur during project creation
- Publish
Error - Error types for publish operation
- Template
Error - Errors that can occur during template generation
- Template
Type - Types of template components that can be generated
Statics§
- DERIVE_
REGEX - Regex pattern to match derive attribute
Functions§
- execute_
bump - Read and update version in Cargo.toml
- execute_
fmt - Execute fmt command
- execute_
new - Execute new command to create a project from template
- execute_
publish - Execute publish command for all packages in workspace
- execute_
template - Execute template generation
- execute_
watch - Execute watch command using cargo-watch
- format_
path - Format code at specific path
- parse_
args - Parse command line arguments
- print_
help - Print help message
- print_
version - Print version