tokers commented on issue #2972: URL: https://github.com/apache/apisix/issues/2972#issuecomment-739668621
> I have the same idea. > I think bin/apisix may contain some options to get config. > How about this? > > `./bin/apisix upstream get u1` > `./bin/apisix consumer get c1` That should belong the sub command like config. ``` ./bin/apisix config upstream u1 ./bin/apisix config consumer c1 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
