(6)連携後に、Twitter関連のトリガーを選べるので、今回は特定ユーザの発言をLINEに通知したいだけなので「New tweet by a specific user」を選択する (ここで「New tweet by you with hashtag」とかを選べば特定のハッシュタグとかでも通知可能)
Last login: Sun Mar 8 19:12:15 on ttys000
Agent pid 972
No such command 'init'
Usage: tfenv <command> [<options>]
Commands:
install Install a specific version of Terraform
use Switch a version to use
uninstall Uninstall a specific version of Terraform
list List all installed versions
list-remote List all installable versions
anyenv versionsとかを実行してもエラーが出力される
$ anyenv versions
goenv:
1.12.5
* 1.13.4 (set by /Users/daicho/.anyenv/envs/goenv/version)
nodenv:
* 12.8.0 (set by /Users/daicho/.anyenv/envs/nodenv/version)
pyenv:
system
2.6.9
* 2.7.16 (set by /Users/daicho/.anyenv/envs/pyenv/version)
* 3.7.0 (set by /Users/daicho/.anyenv/envs/pyenv/version)
rbenv:
system
* 2.4.1 (set by /Users/daicho/.anyenv/envs/rbenv/version)
tfenv:
No such command 'versions'
Usage: tfenv <command> [<options>]
Commands:
install Install a specific version of Terraform
use Switch a version to use
uninstall Uninstall a specific version of Terraform
list List all installed versions
list-remote List all installable versions
$ tfenv -h
Usage: tfenv <command> [<options>]
Commands:
install Install a specific version of Terraform
use Switch a version to use
uninstall Uninstall a specific version of Terraform
list List all installed versions
list-remote List all installable versions
$ mkdir centos7-source; cd centos7-source
$ vagrant init centos/7
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com`for more information on using Vagrant.
$ mkdir centos7-yum; cd centos7-yum
$ vagrant init centos/7
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com`for more information on using Vagrant.