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
`+utils.ProjectName+` `+AddCmdLiteral+` `+AddEnvCmdLiteralTrimmed+` dev \
61
61
--apim https://apim.com:9443 \
62
62
--registration https://idp.com:9443 \
63
-
--token https://gw.com:8243/token
63
+
--token https://gw.com:9443/oauth2/token
64
64
65
65
You can either provide only the flag --apim , or all the other 4 flags (--registration --publisher --devportal --admin) without providing --apim flag.
66
66
If you are omitting any of --registration --publisher --devportal --admin flags, you need to specify --apim flag with the API Manager endpoint. In both of the
Copy file name to clipboardExpand all lines: import-export-cli/docs/apictl_add_env.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,13 +28,13 @@ apictl add env test \
28
28
--publisher https://apim.com:9443 \
29
29
--devportal https://apps.com:9443 \
30
30
--admin https://apim.com:9443 \
31
-
--token https://gw.com:8243/token \
31
+
--token https://gw.com:9443/oauth2/token \
32
32
--mi https://localhost:9164
33
33
34
34
apictl add env dev \
35
35
--apim https://apim.com:9443 \
36
36
--registration https://idp.com:9443 \
37
-
--token https://gw.com:8243/token
37
+
--token https://gw.com:9443/oauth2/token
38
38
39
39
You can either provide only the flag --apim , or all the other 4 flags (--registration --publisher --devportal --admin) without providing --apim flag.
40
40
If you are omitting any of --registration --publisher --devportal --admin flags, you need to specify --apim flag with the API Manager endpoint. In both of the
0 commit comments