Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctreatma committed Sep 16, 2024
1 parent 1c94ebe commit 73df100
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 191 deletions.
1 change: 0 additions & 1 deletion docs/metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Command line interface for Equinix Metal

### SEE ALSO

* [metal 2fa](metal_2fa.md) - Two-factor Authentication operations: receive, enable, disable.
* [metal capacity](metal_capacity.md) - Capacity operations: get, check
* [metal completion](metal_completion.md) - Generates completion scripts.
* [metal device](metal_device.md) - Device operations: create, get, update, delete, reinstall, start, stop, and reboot.
Expand Down
36 changes: 0 additions & 36 deletions docs/metal_2fa.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/metal_2fa_disable.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/metal_2fa_enable.md

This file was deleted.

49 changes: 0 additions & 49 deletions docs/metal_2fa_receive.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/metal_organization_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Creates an organization.
Creates a new organization with the current user as the organization's owner.

```
metal organization create -n <name> [-d <description>] [-w <website_URL>] [-t <twitter_URL>] [-l <logo_URL>] [flags]
metal organization create -n <name> [-d <description>] [-w <website_URL>] [-t <twitter_URL>] [flags]
```

### Examples
Expand All @@ -25,7 +25,6 @@ metal organization create -n <name> [-d <description>] [-w <website_URL>] [-t <t
```
-d, --description string Description of the organization.
-h, --help help for create
-l, --logo string A Logo image URL.]
-n, --name string Name of the organization.
-t, --twitter string Twitter URL of the organization.
-w, --website string Website URL of the organization.
Expand Down
5 changes: 2 additions & 3 deletions docs/metal_organization_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Updates the specified organization.

### Synopsis

Updates the specified organization. You can update the name, website, Twitter, or logo.
Updates the specified organization. You can update the name, website, or Twitter.

```
metal organization update -i <organization_UUID> [-n <name>] [-d <description>] [-w <website_URL>] [-t <twitter_URL>] [-l <logo_URL>] [flags]
metal organization update -i <organization_UUID> [-n <name>] [-d <description>] [-w <website_URL>] [-t <twitter_URL>] [flags]
```

### Examples
Expand All @@ -23,7 +23,6 @@ metal organization update -i <organization_UUID> [-n <name>] [-d <description>]
-d, --description string User-friendly description of the organization.
-h, --help help for update
-i, --id string An organization UUID.
-l, --logo string A logo image URL for the organization.
-n, --name string New name for the organization.
-t, --twitter string A Twitter URL of the organization.
-w, --website string A website URL for the organization.
Expand Down

0 comments on commit 73df100

Please sign in to comment.