Skip to content

feat : Nixopus CLI #274

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 86 commits into from
Aug 9, 2025
Merged

feat : Nixopus CLI #274

merged 86 commits into from
Aug 9, 2025

Conversation

raghavyuva
Copy link
Owner

@raghavyuva raghavyuva commented Jul 9, 2025

Summary by CodeRabbit

  • New Features

    • Introduced a comprehensive CLI tool (nixopus) with commands for preflight checks, cloning repositories, configuration management, service management, proxy control, installation, uninstallation, version display, and testing.
    • Added detailed CLI documentation and reference guides.
    • Provided build and install scripts for packaging and deploying the CLI.
    • Implemented advanced configuration management, SSH key handling, and proxy management features.
  • Bug Fixes

    • Updated Docker Compose and config files to improve default path handling and service configuration.
  • Documentation

    • Added extensive documentation for CLI commands, usage examples, and error handling guidance.
    • Updated project README and navigation to reflect new CLI features.
  • Chores

    • Expanded .gitignore to cover Python, macOS, and editor artifacts.
    • Added and updated GitHub Actions workflows for formatting, CLI release, and removed obsolete workflows.
  • Tests

    • Added comprehensive unit and integration test suites for all CLI functionalities, including configuration, service, proxy, install, and utility modules.

zhravan and others added 30 commits June 29, 2025 01:02
test-cases: E2E test cases for Domain and Container flow
@raghavyuva raghavyuva changed the base branch from feat/develop to master August 9, 2025 07:45
Copy link

gitguardian bot commented Aug 9, 2025

⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.

Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.

🔎 Detected hardcoded secret in your pull request
GitGuardian id GitGuardian status Secret Commit Filename
15933525 Triggered Generic Password 75089c9 docker-compose-test.yml View secret
🛠 Guidelines to remediate hardcoded secrets
  1. Understand the implications of revoking this secret by investigating where it is used in your code.
  2. Replace and store your secret safely. Learn here the best practices.
  3. Revoke and rotate this secret.
  4. If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.

To avoid such incidents in the future consider


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@raghavyuva raghavyuva merged commit 43ab7b8 into master Aug 9, 2025
4 of 5 checks passed
zhravan added a commit that referenced this pull request Aug 10, 2025
* feat : Nixopus CLI (#274)

Co-authored-by: shravan20 <mrshravankumarb@gmail.com>

* fix: branch-rule on release cli (#318)

* fix: change release cli naming issue in workflow path

* fix: update release cli workflow

* chore(release): update changelog (#281)

Co-authored-by: raghavyuva <raghavyuva@users.noreply.github.com>

* Update release-cli.yml (#319)

* fix: login with ip address deployments

* chore: fallback to rsa keytype for ssh generation

* Update docs/cli/commands/conflict.md

---------

Co-authored-by: Raghavendra Bhat <53376933+raghavyuva@users.noreply.github.com>
Co-authored-by: raghavyuva <vikramnbhat15@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: raghavyuva <raghavyuva@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants