Error: Unknown argument learn-edge while running deployproxy

Not applicable

trying to follow the Git tutorial from here

and when trying to deploy I get this messge

Invalid arguments: Error: Unknown argument learn-edge

when running this command from the script I get the same error


apigeetool deployproxy -v -o $org -e $env -n learn-edge -L $url -d . -u $username -p $password -V

Can someone help?

0 3 236
3 REPLIES 3

Not applicable

@yuri abaev

learn-edge is the proxy name mention in the example. .

So are you keeping the same proxy name as mention above while running the command in your org.

thanks for the answer @Umanng Goel. Sorry, but I didnt understand whats wrong

Hi @yuri abaev,

Try enclosing the name of the proxy with the quotes and check if it works.

apigeetool deployproxy -v -o $org -e $env -n 'learn-edge' -L $url -d . -u $username -p $password -V