TACC-Cloud / tapis-cli

Next-generation Tapis CLI
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

Added support for aliases update workflow. #345

Closed mwvaughn closed 3 years ago

mwvaughn commented 4 years ago

Implements a workflow solution to updating an alias. The original alias is deleted and a new one is created resolving to the provided ACTOR_ID.

Closes #331

mwvaughn commented 3 years ago

Semantically, it seems to make more sense to create or update ALIAS_ID so I am going to swap it to be:

tapis actors aliases create ALIAS_ID ACTOR_ID
tapis actors aliases update ALIAS_ID ACTOR_ID