Azion CLI unlink
Unlink
The azion unlink command removes the association between your local project directory and the Azion resources and configuration it was linked to. Use it when you want to detach a repo or project folder from Azion without touching anything in the cloud, for example before relinking to a different application. The use of the --yes option allows the action to complete without asking for confirmation. To get more information about this command, you can use the -h or --help option.
Usage
azion unlinkLocal Options
help
The --help option provides more information about the azion unlink action.
yes
The --yes option completes the unlink action without asking for confirmation.
Related commands
- azion reset: restores the CLI’s stored settings to a clean state.
- azion login: authenticates the CLI before you link or work with a project.