@@ -18,7 +18,7 @@ The commands for the Chef Habitat CLI (`hab`) are listed below.
1818
1919| Applies to Version | Last Updated |
2020| ------- | ------------ |
21- | hab 1.6.1041/20240411141804 (linux) | 11 Apr 2024 |
21+ | hab 1.6.1215/20241115182310 (linux) | 15 Nov 2024 |
2222
2323## hab
2424
@@ -96,7 +96,7 @@ hab bldr <SUBCOMMAND>
9696| Command | Description |
9797| ------- | ----------- |
9898| [ hab bldr channel] ( #hab-bldr-channel ) | Commands relating to Habitat Builder channels |
99- | [ hab bldr job] ( #hab-bldr-job ) | Commands relating to Habitat Builder jobs |
99+ | [ hab bldr job] ( #hab-bldr-job ) | REMOVED: Commands relating to Habitat Builder jobs |
100100---
101101
102102### hab bldr channel
@@ -306,7 +306,7 @@ hab bldr channel promote [OPTIONS] <SOURCE_CHANNEL> <TARGET_CHANNEL> --origin <O
306306
307307### hab bldr job
308308
309- Commands relating to Habitat Builder jobs
309+ REMOVED: Commands relating to Habitat Builder jobs
310310
311311** USAGE**
312312
@@ -328,16 +328,16 @@ hab bldr job <SUBCOMMAND>
328328
329329| Command | Description |
330330| ------- | ----------- |
331- | [ hab bldr job cancel] ( #hab-bldr-job-cancel ) | Cancel a build job group and any in-progress builds |
332- | [ hab bldr job demote] ( #hab-bldr-job-demote ) | Demote packages from a completed build job from a specified channel |
333- | [ hab bldr job promote] ( #hab-bldr-job-promote ) | Promote packages from a completed build job to a specified channel |
334- | [ hab bldr job start] ( #hab-bldr-job-start ) | Schedule a build job or group of jobs |
335- | [ hab bldr job status] ( #hab-bldr-job-status ) | Get the status of one or more job groups |
331+ | [ hab bldr job cancel] ( #hab-bldr-job-cancel ) | REMOVED: Cancel a build job group and any in-progress builds |
332+ | [ hab bldr job demote] ( #hab-bldr-job-demote ) | REMOVED: Demote packages from a completed build job from a specified channel |
333+ | [ hab bldr job promote] ( #hab-bldr-job-promote ) | REMOVED: Promote packages from a completed build job to a specified channel |
334+ | [ hab bldr job start] ( #hab-bldr-job-start ) | REMOVED: Schedule a build job or group of jobs |
335+ | [ hab bldr job status] ( #hab-bldr-job-status ) | REMOVED: Get the status of one or more job groups |
336336---
337337
338338### hab bldr job cancel
339339
340- Cancel a build job group and any in-progress builds
340+ REMOVED: Cancel a build job group and any in-progress builds
341341
342342** USAGE**
343343
@@ -372,7 +372,7 @@ hab bldr job cancel [FLAGS] [OPTIONS] <GROUP_ID>
372372
373373### hab bldr job demote
374374
375- Demote packages from a completed build job from a specified channel
375+ REMOVED: Demote packages from a completed build job from a specified channel
376376
377377** USAGE**
378378
@@ -409,7 +409,7 @@ hab bldr job demote [FLAGS] [OPTIONS] <GROUP_ID> <CHANNEL>
409409
410410### hab bldr job promote
411411
412- Promote packages from a completed build job to a specified channel
412+ REMOVED: Promote packages from a completed build job to a specified channel
413413
414414** USAGE**
415415
@@ -446,7 +446,7 @@ hab bldr job promote [FLAGS] [OPTIONS] <GROUP_ID> <CHANNEL>
446446
447447### hab bldr job start
448448
449- Schedule a build job or group of jobs
449+ REMOVED: Schedule a build job or group of jobs
450450
451451** USAGE**
452452
@@ -482,7 +482,7 @@ hab bldr job start [FLAGS] [OPTIONS] <PKG_IDENT> [PKG_TARGET]
482482
483483### hab bldr job status
484484
485- Get the status of one or more job groups
485+ REMOVED: Get the status of one or more job groups
486486
487487** USAGE**
488488
@@ -1825,10 +1825,11 @@ hab pkg build [FLAGS] [OPTIONS] <PLAN_CONTEXT>
18251825** OPTIONS**
18261826
18271827```
1828- --cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
1829- -k, --keys <HAB_ORIGIN_KEYS> Installs secret origin keys (ex: "unicorn", "acme,other,acme-ops")
1830- -r, --root <HAB_STUDIO_ROOT> Sets the Studio root (default: /hab/studios/<DIR_NAME>)
1831- -s, --src <SRC_PATH> Sets the source path (default: $PWD)
1828+ --cache-key-path <CACHE_KEY_PATH> Cache for creating and searching for encryption keys [env: HAB_CACHE_KEY_PATH=] [default: /hab/cache/keys]
1829+ -k, --keys <HAB_ORIGIN_KEYS> Installs secret origin keys (ex: "unicorn", "acme,other,acme-ops")
1830+ -r, --root <HAB_STUDIO_ROOT> Sets the Studio root (default: /hab/studios/<DIR_NAME>)
1831+ -f, --refresh-channel <REFRESH_CHANNEL> Channel used to retrieve plan dependencies for Chef supported origins env: HAB_REFRESH_CHANNEL=] [default: stable]
1832+ -s, --src <SRC_PATH> Sets the source path (default: $PWD)
18321833```
18331834
18341835** ARGS**
@@ -2245,6 +2246,7 @@ hab pkg install [FLAGS] [OPTIONS] <PKG_IDENT_OR_ARTIFACT>...
22452246-b, --binlink Binlink all binaries from installed package(s) into BINLINK_DIR
22462247-f, --force Overwrite existing binlinks
22472248 --ignore-install-hook Do not run any install hooks
2249+ --ignore-local Do not use locally-installed packages when a corresponding package cannot be installed from Builder
22482250-h, --help Prints help information
22492251-V, --version Prints version information
22502252```
0 commit comments