Skip to content
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: add info command #2111

Merged
merged 1 commit into from
Jul 23, 2023
Merged

feat: add info command #2111

merged 1 commit into from
Jul 23, 2023

Conversation

suzuki-shunsuke
Copy link
Member

@suzuki-shunsuke suzuki-shunsuke commented Jul 23, 2023

e.g.

$ aqua info
{
  "version": "",
  "commit_hash": "",
  "os": "darwin",
  "arch": "arm64",
  "pwd": "/Users/(USER)/Documents/aqua/info",
  "root_dir": "/Users/(USER)/.local/share/aquaproj-aqua",
  "env": {
    "AQUA_GLOBAL_CONFIG": "/Users/(USER)/repos/src/github.com/aquaproj/aqua-registry/aqua-all.yaml",
    "GITHUB_TOKEN": "(masked)"
  },
  "config_files": [
    {
      "path": "/Users/(USER)/Documents/aqua/info/aqua/aqua.yaml"
    }
  ]
}

@suzuki-shunsuke suzuki-shunsuke added the enhancement New feature or request label Jul 23, 2023
@suzuki-shunsuke suzuki-shunsuke linked an issue Jul 23, 2023 that may be closed by this pull request
@suzuki-shunsuke suzuki-shunsuke added this to the v2.10.0 milestone Jul 23, 2023
@suzuki-shunsuke suzuki-shunsuke merged commit b80f805 into main Jul 23, 2023
10 checks passed
@suzuki-shunsuke suzuki-shunsuke deleted the feat/add-info-command branch July 23, 2023 00:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add aqua info command
1 participant