android - generate the client library bundle for python -


i trying generate client library bundle python back-end api following documentation on following link https://cloud.google.com/appengine/docs/standard/python/endpoints/endpoints_tool

when wrote command

endpointscfg.py get_client_lib java -bs gradle restaurantapi.restaurantapi 

i following error

usage: c:\program files (x86)\google\google_appengine\endpointscfg.py [-h] {get_client_lib, get_discovery_doc} ... c:\program files (x86)\google\google_appengine\endpointscfg.py: error: few arguments


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -