argonaut
Keyboard-first terminal UI for Argo CD. Browse apps, scope by clusters/namespaces/projects, stream live resource status, trigger syncs, inspect diffs, and roll back safely — all without leaving your terminal.
Language: go
Author: GitHub Repos (@github-repos)
0 stars · 0 views
Viewing path: Dockerfile
Files
- docs (txt)
- architecture (txt)
- decisions (txt)
- 0005-reliable-fast-e2e-tests.md (md)
- 0003-async-message-gating.md (md)
- README.md (md)
- 0004-app-identity.md (md)
- 0002-api-timeout-strategy.md (md)
- 0001-custom-sse-reader-implementation.md (md)
- Makefile (txt)
- release-please-config.json (json)
- test (txt)
- packaging (txt)
- aur (txt)
- argonaut-git (txt)
- README.md (md)
- e2e (txt)
- testdata (txt)
- mock_k9s.sh (sh)
- certs (txt)
- generate_client.go (go)
- default_view_test.go (go)
- appset_test.go (go)
- test-snapshots (txt)
- auth_invalid_token_test.go (go)
- scoped_stream_test.go (go)
- context_switch_test.go (go)
- help_test.go (go)
- auth_required_test.go (go)
- pageupdown_test.go (go)
- filter_persistence_test.go (go)
- resource_sync_test.go (go)
- theme_test.go (go)
- testmain_test.go (go)
- simple_invalid_test.go (go)
- k9s_test.go (go)
- auth_forbidden_test.go (go)
- search_input_test.go (go)
- timeout_test.go (go)
- commands_test.go (go)
- resource_diff_test.go (go)
- refresh_test.go (go)
- sort_test.go (go)
- tree_test.go (go)
- sync_test.go (go)
- driver_unix_test.go (go)
- tls_cert_test.go (go)
- connection_error_view_test.go (go)
- mouse_selection_test.go (go)
- auth_expired_token_body_test.go (go)
- portforward_test.go (go)
- delete_test.go (go)
- README.md (md)
- assets (txt)
- argonaut_help.png (image)
- argonaut_diff.png (image)
- argonaut_apps.png (image)
- argonaut_sync.png (image)
- argonaut_resources.png (image)
- argonaut_themes.gif (image)
- argonaut_rollback.png (image)
- argonaut_delete_apps.png (image)
- argonaut_resource_actions.png (image)
- argocd (txt)
- setup-fixed.sh (sh)
- apps-pause.yaml (yaml)
- setup-lightweight.sh (sh)
- apps-broken.yaml (yaml)
- apps-simple.yaml (yaml)
- README.md (md)
- apps-fixed.yaml (yaml)
- apps-slow.yaml (yaml)
- apps-lightweight.yaml (yaml)
- apps.yaml (yaml)
- projects.yaml (yaml)
- app-of-apps.yaml (yaml)
- rollouts (txt)
- namespace.yaml (yaml)
- bluegreen-rollout.yaml (yaml)
- canary-rollout.yaml (yaml)
- apps-minimal.yaml (yaml)
- apps-rollouts.yaml (yaml)
- apps-working.yaml (yaml)
- install.sh (sh)
- CLAUDE.md (md)
- LICENSE (txt)
- .github (github)
- actions (txt)
- test-argonaut-install (txt)
- action.yml (yml)
- workflows (txt)
- aur-git-publish.yml (yml)
- release-pipeline.yml (yml)
- test.yml (yml)
- update-nix-vendorhash.yml (yml)
- pr-prerelease.yml (yml)
- goreleaser.yml (yml)
- ISSUE_TEMPLATE (txt)
- feature_request.md (md)
- bug_report.md (md)
- FUNDING.yml (yml)
- npm (txt)
- README.md (md)
- package.json (json)
- scripts (txt)
- postinstall.js (js)
- Dockerfile (txt)
- pkg (txt)
- autocomplete (txt)
- command_consistency_test.go (go)
- autocomplete.go (go)
- autocomplete_test.go (go)
- logging (txt)
- logger.go (go)
- retry (txt)
- retry.go (go)
- kubeconfig (txt)
- kubeconfig_test.go (go)
- kubeconfig.go (go)
- portforward (txt)
- kubectl.go (go)
- trust (txt)
- integration_test.go (go)
- trust_test.go (go)
- trust.go (go)
- theme (txt)
- theme_test.go (go)
- theme.go (go)
- presets.go (go)
- tui (txt)
- errors.go (go)
- listnav (txt)
- navigator.go (go)
- navigator_test.go (go)
- clipboard (txt)
- clipboard.go (go)
- selection (txt)
- selection.go (go)
- selection_test.go (go)
- treeview (txt)
- treeview_test.go (go)
- treeview.go (go)
- context (txt)
- timeouts_test.go (go)
- timeouts.go (go)
- model (txt)
- messages.go (go)
- index.go (go)
- types.go (go)
- state.go (go)
- index_test.go (go)
- sort.go (go)
- neat (txt)
- neat_test.go (go)
- neat.go (go)
- sort (txt)
- sort_test.go (go)
- sort.go (go)
- services (txt)
- update.go (go)
- update_test.go (go)
- status.go (go)
- navigation.go (go)
- recovery.go (go)
- argo.go (go)
- enhanced.go (go)
- degradation.go (go)
- appdelete (txt)
- types.go (go)
- service_test.go (go)
- service.go (go)
- errors (txt)
- types.go (go)
- analytics.go (go)
- handler.go (go)
- config (txt)
- argonaut_config_test.go (go)
- argonaut_config.go (go)
- cli_config.go (go)
- cli_config_test.go (go)
- api (txt)
- applications_test.go (go)
- client_test.go (go)
- applications_delete_test.go (go)
- client.go (go)
- resource_action_types.go (go)
- sse_reader_test.go (go)
- sse_reader.go (go)
- applications.go (go)
- cmd (txt)
- app (txt)
- view_tree_golden_test.go (go)
- rollback_namespace_test.go (go)
- testdata (txt)
- snapshots (txt)
- view_modals.go (go)
- changelog_test.go (go)
- model_watchers.go (go)
- model_watchers_test.go (go)
- resource_types.go (go)
- nav_router.go (go)
- view_desaturate_test.go (go)
- input_handlers_delete_test.go (go)
- context_switch_test.go (go)
- view_lists.go (go)
- delete_integration_test.go (go)
- upgrade.go (go)
- theme_options.go (go)
- k9s_test.go (go)
- view_helpers_test.go (go)
- view_layout.go (go)
- upgrade_test.go (go)
- tree_navigation_namespace_test.go (go)
- model_pager.go (go)
- context_switch.go (go)
- view_utils.go (go)
- k9s_sandbox.go (go)
- view_golden_test.go (go)
- input_handlers.go (go)
- sync_tree_reset_test.go (go)
- batch_watch_test.go (go)
- resources_json_test.go (go)
- changelog.go (go)
- model.go (go)
- k9s_types.go (go)
- view_status.go (go)
- input_components.go (go)
- race_conditions_test.go (go)
- view_modals_golden_test.go (go)
- input_mouse.go (go)
- main.go (go)
- resource_action_test.go (go)
- model_tree_stream.go (go)
- namespace_disambiguation_test.go (go)
- view_render_test.go (go)
- model_init.go (go)
- api_integration.go (go)
- view_selection.go (go)
- model_tables.go (go)
- k9s_sandbox_other.go (go)
- theme_apply.go (go)
- default_view_warning_test.go (go)
- view.go (go)
- goroutine_leak_test.go (go)
- view_status_test.go (go)
- view_banner.go (go)
- view_banner_test.go (go)
- scripts (txt)
- update-vendorhash.sh (sh)
- CONTRIBUTING.md (md)
- CODE_OF_CONDUCT.md (md)
- .release-please-manifest.json (json)
- CHANGELOG.md (md)
- .goreleaser.release.yml (yml)
- ATTRIBUTION.md (markdown)