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

keystore imports command -f flag shows incorrect description #287

Closed
aliasgar55 opened this issue Sep 18, 2023 · 1 comment
Closed

keystore imports command -f flag shows incorrect description #287

aliasgar55 opened this issue Sep 18, 2023 · 1 comment

Comments

@aliasgar55
Copy link
Contributor

Keystore import commands gives incorrect description
Running the command keystores import -h
gives the following output

Import a file containing keystores

Usage:
  apigeecli keystores import [flags]

Flags:
  -c, --conn int      Number of connections (default 4)
  -f, --file string   File containing API Products
  -h, --help          help for import

Global Flags:
  -a, --account string   Path Service Account private key in JSON
      --disable-check    Disable check for newer versions
  -e, --env string       Apigee environment name
      --no-output        Disable printing all statements to stdout
  -o, --org string       Apigee organization name
      --print-output     Control printing of info log statements (default true)
  -t, --token string     Google OAuth Token

The file description for the command says file containing api products (which i assume it the export of the products export command)
This is a bit misleading
Please share your views

@aliasgar55
Copy link
Contributor Author

We are also missing the auth headers, from the req in keystore imports http request

@srinandan srinandan linked a pull request Sep 19, 2023 that will close this issue
ssvaidyanathan added a commit that referenced this issue Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants