Skip to content

chore(cli): fix url for cli after refactor#140

Merged
Adamkadaban merged 1 commit intomainfrom
cli-path-fix
Jul 25, 2025
Merged

chore(cli): fix url for cli after refactor#140
Adamkadaban merged 1 commit intomainfrom
cli-path-fix

Conversation

@Adamkadaban
Copy link
Member

Checklist

  • I have added a version label to my PR (e.g., patch, minor, major).
  • I have tested my changes locally and verified they work as expected.
  • I have added relevant tests to cover my changes.
  • I have made any necessary updates to the documentation.
  • I have made any necessary updates to the CLI.
  • I have made any necessary updates to the frontend.

Description

Fix CLI path in golang files since we've moved the url

Copilot AI review requested due to automatic review settings July 25, 2025 05:27
@Adamkadaban Adamkadaban added the documentation Changes only affect the documentation label Jul 25, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates import paths throughout the CLI codebase to reflect a repository restructure where the CLI has been moved from a standalone repository to a subdirectory within the main OpenLabs repository.

  • Updates Go module path from github.com/OpenLabsHQ/CLI to github.com/OpenLabsHQ/OpenLabs/cli
  • Updates all internal import statements to use the new module path
  • Updates documentation and build configuration to reference the new repository location

Reviewed Changes

Copilot reviewed 30 out of 30 changed files in this pull request and generated no comments.

Show a summary per file
File Description
cli/go.mod Updates module declaration to new path
cli/main.go Updates import path for cmd package
cli/internal/progress/jobs.go Updates import path for client package
cli/internal/client/client.go Updates import paths for config and logger packages
cli/internal/client/auth.go Updates import path for logger package
cli/cmd/root.go Updates multiple import paths for command and internal packages
cli/cmd/ranges/*.go Updates import paths for internal packages across range commands
cli/cmd/config/*.go Updates import paths for internal packages across config commands
cli/cmd/blueprints/*.go Updates import paths for internal packages across blueprint commands
cli/cmd/auth/*.go Updates import paths for internal packages across auth commands
cli/README.md Updates GitHub releases URL to new repository
cli/Makefile Updates LDFLAGS to reference new module path for version variables
Comments suppressed due to low confidence (1)

cli/go.mod:3

  • Go version 1.24 does not exist. The latest stable Go version as of my knowledge cutoff is 1.22. Please verify and update to a valid Go version.
go 1.24

Copy link
Member

@alexchristy alexchristy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 👍

Copy link
Member

@Nareshp1 Nareshp1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Adamkadaban Adamkadaban merged commit b93cf7d into main Jul 25, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Changes only affect the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants