lifecycle
aimd push
Compresses project and pushes updates as a new package draft.
Overview
Runs pre-flight scans on local directory assets, compresses code wrappers/runbooks into an encrypted archive, and pushes the package to the designated workspace. Saved as a pending draft version inside the registry.
Syntax Usage
aimd push [-w <workspace>] [-s <slug>] [-m <changelog>]Available Options & Flags
| Flag / Option | Specification Description |
|---|---|
| -w, --workspace | Target workspace slug. |
| -s, --slug | Target listing/asset slug. |
| -m, --message | Semantic release description or changelog notes. |
Usage Examples
Pushes local package updates to workspace registry.
aimd push -w billing-team -s card-validator -m 'v1.1.0 update'