Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -378,15 +378,15 @@ In the example above, the ID is `ltC6Rg4pqw4qaNKF5tEW`.
Add username and password to the dictionary:

``` bash
fastly dictionary-item create --dictionary-id=ltC6Rg4pqw4qaNKF5tEW --key=user1 --value=foobar1
fastly dictionary-entry create --dictionary-id=ltC6Rg4pqw4qaNKF5tEW --key=user1 --value=foobar1
```

### List dictionary records

You can list the records from a dictionary by using the following command:

``` bash
fastly dictionary-item list --dictionary-id=ltC6Rg4pqw4qaNKF5tEW33
fastly dictionary-entry list --dictionary-id=ltC6Rg4pqw4qaNKF5tEW33
```

Now your dictionary stores new username and password. The next thing to do is to alter the Fastly VCL configuration
Expand Down