svccat 0.8.0

Detect drift between your declared service catalog and what actually lives in the repo.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod cli;
pub mod config;
pub mod diff;
pub mod discovery;
pub mod drift;
pub mod init;
pub mod lint;
pub mod manifest;
pub mod output;
pub mod ping;
pub mod report;
pub mod since;
pub mod watch;