-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updates * replace tables with lipgloss tables
- Loading branch information
Showing
52 changed files
with
695 additions
and
717 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,59 @@ | ||
--- | ||
title: CLI | ||
title: Carbon CLI | ||
description: Carbon CLI Reference | ||
no_list: true | ||
weight: 1 | ||
--- | ||
## Synopsis | ||
|
||
Infrastructure automation for offensive operations. | ||
> Checkout the latest docs [here](https://analog-substance.github.io/carbon/) | ||
> Have a problem? [Create an Issue](https://github.com/analog-substance/carbon/issues/new?title=Something%20is%20broken) | ||
## Purpose | ||
*** | ||
|
||
Carbon's primary purpose is to provide a consistent execution environment to | ||
facilitate offensive security assessments. | ||
|
||
## Dependencies | ||
|
||
- Packer to build images. | ||
- Terraform to provision infrastructure. | ||
- Golang project structure. | ||
|
||
## Supported Providers | ||
|
||
- AWS | ||
- QEMU (Local) | ||
- VirtualBox (Local) | ||
- vSphere (in progress) | ||
- Multipass (Local) | ||
|
||
There are plans to bring support to the following: | ||
|
||
- GCP | ||
- Azure | ||
- VMware (Local) | ||
- QEMU (Remote) | ||
|
||
|
||
## Options | ||
|
||
``` | ||
--config string config file (default is $HOME/.carbon.yaml) | ||
--debug Debug mode | ||
-h, --help help for carbon | ||
-j, --json Output in JSON | ||
``` | ||
|
||
## SEE ALSO | ||
|
||
* [carbon completion](carbon_completion.md) - Generate completion script | ||
* [carbon config](carbon_config.md) - View and manage configuration values. | ||
* [carbon image](carbon_image.md) - View or manage images and image builds. | ||
* [carbon project](carbon_project.md) - Manage and interact with projects | ||
* [carbon update](carbon_update.md) - Update {{.Use}} to latest version | ||
* [carbon vm](carbon_vm.md) - Manage and interact with VMs. | ||
|
||
###### Auto generated by spf13/cobra on 10-Oct-2024 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,32 @@ | ||
--- | ||
title: Image | ||
description: manage images and image builds | ||
description: View or manage images and image builds. | ||
--- | ||
|
||
## carbon image | ||
## Synopsis | ||
|
||
manage images and image builds | ||
View or manage images and image builds. | ||
|
||
### Synopsis | ||
|
||
manage images and image builds | ||
|
||
### Options | ||
## Options | ||
|
||
``` | ||
-h, --help help for image | ||
``` | ||
|
||
### Options inherited from parent commands | ||
## Options inherited from parent commands | ||
|
||
``` | ||
--config string config file (default is $HOME/.carbon.yaml) | ||
--debug Debug mode | ||
-j, --json Output in JSON | ||
``` | ||
|
||
### SEE ALSO | ||
## SEE ALSO | ||
|
||
* [carbon](carbon.md) - Infrastructure Ops simplified | ||
* [carbon image bootstrap](carbon_image_bootstrap.md) - create image build configs | ||
* [carbon image build](carbon_image_build.md) - build an image | ||
* [carbon image destroy](carbon_image_destroy.md) - destroy/delete images | ||
* [carbon](carbon.md) - Carbon - Infrastructure automation for offensive operations. | ||
* [carbon image bootstrap](carbon_image_bootstrap.md) - Create packer files and other image build configs. | ||
* [carbon image build](carbon_image_build.md) - Build an image. | ||
* [carbon image destroy](carbon_image_destroy.md) - Delete images. | ||
* [carbon image list](carbon_image_list.md) - list images | ||
|
||
###### Auto generated by spf13/cobra on 9-Oct-2024 | ||
###### Auto generated by spf13/cobra on 10-Oct-2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.