This command would install the 1.0.0 version:
npm install -g @angular/cli@1.0.0
You can see the available versions with the following command:
npm view @angular/cli
NB: You can also install the latest available version:
npm install @angular/cli@latest