svccat 0.14.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
14
15
16
17
18
pub mod cli;
pub mod config;
pub mod diff;
pub mod discovery;
pub mod drift;
pub mod fix;
pub mod hooks;
pub mod import;
pub mod init;
pub mod lint;
pub mod manifest;
pub mod output;
pub mod ping;
pub mod report;
pub mod serve;
pub mod since;
pub mod stats;
pub mod watch;