Closed mwvaughn closed 3 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
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
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