The aim is to update the spe container permission list to allow getting the container by its display name and make the current id option optional.
Options
| Option |
Description |
-n, --containerName [containerName] |
Display name of the Container. Specify either containerId or containerName but not both. |
Also, change the id to optional.
Also when using name option we will need to run the /fileStorage/containers to list all containers and match the container by name.
The aim is to update the
spe container permission listto allow getting the container by its display name and make the currentidoption optional.Options
-n, --containerName [containerName]containerIdorcontainerNamebut not both.Also, change the
idto optional.Also when using
nameoption we will need to run the/fileStorage/containersto list all containers and match the container by name.