Skip to content

Init Command - update location of credentials file, make sure functionality exists (currently missing git support), change structure of the file to support multiple projects #135

@bmonkman

Description

@bmonkman

From file format document:

credentials.yml format:
This file would be created by init and contain credentials to access various services, keyed by project name.
~/.zero/credentials.yml

my-project:
- aws:
  - accessKeyId: AKIAABCD
  - secretAccessKey: ZXCV
- circleci:
  - apiKey: "1234"
- github:
  - accessToken: "0987"
another-project:
- github:
  - accessToken: "654"

Metadata

Metadata

Assignees

Labels

zero-initTickets related to the zero init command

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions