akamai / cli-netstorage

Apache License 2.0
15 stars 14 forks source link

Add symlink functionality #17

Closed lufo0 closed 10 months ago

lufo0 commented 5 years ago

Symlink creation was listed in help but not implemented. I have "translated" the rename() function into the symlink creation, using the API as it is used in the Python NetStorage CMS library.

Behavior and parameter order "path" and "target" is ambiguous, and I think it does not follow "ln -s" order...