-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat : Nixopus CLI #274
Conversation
test-cases: E2E test cases for Domain and Container flow
revert: e2e test cases
Feat e2e test
…clude formatting for cli/**
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
15933525 | Triggered | Generic Password | 75089c9 | docker-compose-test.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- 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
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 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.
* 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>
Summary by CodeRabbit
New Features
nixopus
) with commands for preflight checks, cloning repositories, configuration management, service management, proxy control, installation, uninstallation, version display, and testing.Bug Fixes
Documentation
Chores
.gitignore
to cover Python, macOS, and editor artifacts.Tests