portaki-cli 3.1.0

Portaki module CLI (portaki) — init, build, lint, test, and OCI publish
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! CLI subcommands.

pub mod build;
pub mod catalog;
pub mod ci;
pub mod dev;
pub mod docs;
pub mod init;
pub mod inspect;
pub mod lint;
pub mod login;
pub mod publish;
pub mod sdk;
pub mod test;