0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

auth.jsonはどこ

Posted at

auth.json

鍵を発行しましたが、
auth.jsonは問題ないのか
確認をしたかったので、その時の作業のメモです。

auth.jsonはどこ

$ find ./ -name auth.json
./.config/composer/auth.json

探してみます。

$ cd .config/composer/
/.config/composer$ ls -la
total 24
-rw------- 1 vagrant vagrant  189 Aug  4 01:31 auth.json

ここにありました。

中身確認

/.config/composer$ cat auth.json
{
    "http-basic": {
        "repo.magento.com": {
            "username": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
            "password": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
        }
    }
}

中身も見れました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?