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
Having a dedicated command to only show the URL is very helpful in a scripted context so that one does not have to know the specifics of the Service schema to extract the URL via a jsonpath.
Use case
Retrieve the URL to process it further in a script.
UI Example
url=$(kn service describe myservice -o url)
The text was updated successfully, but these errors were encountered:
rhuss
changed the title
Add -o url to kn service describe and kn revision describe
Add "-o url" to "kn service describe" and "kn revision describe"
Jun 24, 2020
maybe something like that. I haven't really thought about this but my its better to have a kn service describe --tag mytag -o url ? I just want to see the URL for a specific routed revision.
Feature request
Having a dedicated command to only show the URL is very helpful in a scripted context so that one does not have to know the specifics of the Service schema to extract the URL via a jsonpath.
Use case
Retrieve the URL to process it further in a script.
UI Example
The text was updated successfully, but these errors were encountered: