# Urltitle

### Command

```ruby
$ eucalypt blog article edit urltitle
# Alias/shortened
$ eucalypt b article edit urltitle
$ eucalypt b article edit u
# etc ...
$ eucalypt b a e u
```

### Arguments

* `[URLTITLE]` - The URL title of the article.
  * If argument is empty, then all blog articles will be listed for the user to select one from, and edit.
  * If multiple articles have the same URL title, then all blog articles with that URL title will be listed for the user to select one from, and edit.

### Examples

* `$ eucalypt b article edit urltitle`

  Lists all blog articles for the user to select one from, and edit.

* `$ eucalypt b article edit urltitle my-first-blog-post`

  Edits a blog article with a URL title of `my-first-blog-post`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://eucalypt.gitbook.io/eucalypt/cli/blog/article/edit/urltitle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
