9 Commits
Author SHA1 Message Date
Reagan Lopez a9b249da53 bundles: Change bundle edit to bundle create
With the removal of the editor feature in `bundle edit`,
the term `edit` is not relevant anymore. Hence, changing it to `create`.
In order to prevent breakage of existing use-cases,
`edit` is aliased to `create`and `--suppress-editor` is made hidden and deprecated.

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2018-11-20 10:54:38 -08:00
Reagan Lopez 7b6d4c22b5 bundles: Remove editor option for bundle edit
`bundle edit` will no longer open the editor. It will just create new bundles or copy existing bundles.
This command will locate the bundle by first looking in local-bundles, and then in upstream-bundles.
If the bundle is only found upstream, the bundle file will be copied to the local-bundles directory.
If the bundle is not found anywhere, a blank template will be created with the correct name.

This commit also fixes issue #448 and increases test coverage for `bundle validate`.

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2018-11-20 10:54:38 -08:00
Matthew Johnson 5268f99d6a man-pages: add references to os-format manual
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-10-23 12:40:12 -07:00
Tudor Marcu 03626db926 Update man pages with --native
Signed-off-by: Tudor Marcu <tudor.marcu@intel.com>
2018-07-31 10:57:39 -07:00
Matthew Johnson 9c362143da mixin: update manual pages for --bundle flag
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-06-06 15:31:59 -07:00
Kevin C. Wells 4f52f0d081 Update man pages for mixer init
Add the new '--no-default-bundles' flag to the man pages.

Signed-off-by: Kevin C. Wells <kevin.c.wells@intel.com>
2018-05-29 12:40:37 -07:00
Matthew Johnson a68aaef443 Add tutorial for adding custom content from build root
Some users are asking for instructions on how to build custom bundles
without having to go through the pain of packaging their content in an
RPM. Provide a tutorial explaining how this can be achieved.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-05-18 10:57:20 -07:00
Matthew Johnson 7f9669740a Add man page for mixin
Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-05-14 16:25:13 -07:00
Matthew Johnson 8e93fa21e6 Add mixer manual pages
Add manual pages for the top-level mixer command and all subcommands.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-05-14 11:06:49 -07:00