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
It seems like you are using incorrect order of global flags. The command you're trying to execute should be: .\akamai-v1.5.5-windowsamd64.exe cloudlets --edgerc <your edgerc path> retrieve --policy <your policy name>.
Let me know if the error you're seeing is solved with this command.
You can also use help command to find out more, i.e, .\akamai-v1.5.5-windowsamd64.exe help.
Hi @dawiddzhafarov ,
Yeh now its working fine. Thank for you valuable help.
I need one more help, without passing the --edgerc option, Can I pass the secrets like the below option.
--host , --access_token, --client_token , --client_secret
It is not available to pass the credentials like this as they are clearly visible while using such command. You can store them in a file (edgerc) and if you want to use different ones, you can create a different section in the same edgerc file. Such file could look like this:
With such configuration, while executing command you can use: akamai cloudlets --edgerc <your edgerc path> --section <your section name> ...<rest of command>, where <your section name> would be section1 or section2.
You can always refer to README or use akamai.exe help command to find out more.
I'am facing issue when I run the cloudlets commends with edgec option (To locate the config file).
But --edgerc working fine for property manager cli commends.
The text was updated successfully, but these errors were encountered: