apache / apache/openwhisk

Allow referring to activations by shorter hash ids

Open
#229 0 comments 2 reactions 0 assignees View on GitHub
API enhancement good first issue
Dominant language
Scala
Stars
6.8k
Forks
1.2k
Avg merge
2d 14h
Merged PRs (30d)
2

Description

I would like to be able to refer to an activation id in the CLI without having to specify the full hash. It would be great to support this the way Docker does, allowing a short name if possible - like this.

```
ibmcloud@ubuntu:~$ wsk activation list hello
activations
87cd651b52d845fe912071b5c52d8dc2 hello
73fd4ac190724b008db6174c359892ab hello
5d19beb45ada418a88a96f04ffe1f77d hello
63e845cb8f2e497494c7f127c5b9317f hello
ibmcloud@ubuntu:~$ wsk activation get 87cd
error: invalid activation id (code 1167307)

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.