You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Keystore import commands gives incorrect description
Running the command
keystores import -h
gives the following output
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
The text was updated successfully, but these errors were encountered: