pipe mv
Synopsis
pipe mv <name> <owner>/<name>Description
Converts a local pipeline file to a Hub pipeline. Reads from ~/.pipe/files/<name>.yaml, creates the Hub directory structure, deletes the original file, and creates an alias so the old name keeps working.
If the Hub pipeline already exists locally, the content is imported as an untagged blob (detached HEAD state) rather than creating a latest tag.
Arguments
| Argument | Description |
|---|---|
<name> | Local pipeline name |
<owner>/<name> | Target Hub path |
Flags
None.
Examples
pipe mv deploy myorg/deployAfter this:
pipe deploystill works (via alias)pipe push myorg/deployuploads to Hub~/.pipe/files/deploy.yamlis deleted