Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Remove -A from almost all commands (#1897) (#1907)
Browse files Browse the repository at this point in the history
Signed-off-by: Grant Linville <grant@acorn.io>
  • Loading branch information
g-linville committed Jul 14, 2023
1 parent 3016953 commit 833dcb4
Show file tree
Hide file tree
Showing 68 changed files with 93 additions and 99 deletions.
3 changes: 1 addition & 2 deletions docs/docs/100-reference/01-command-line/acorn.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ acorn [flags]
### Options

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
-h, --help help for acorn
Expand All @@ -27,7 +26,6 @@ acorn [flags]
### SEE ALSO

* [acorn all](acorn_all.md) - List (almost) all objects
* [acorn app](acorn_app.md) - List or get apps
* [acorn build](acorn_build.md) - Build an app from a Acornfile file
* [acorn check](acorn_check.md) - Check if the cluster is ready for Acorn
* [acorn container](acorn_container.md) - Manage containers
Expand All @@ -46,6 +44,7 @@ acorn [flags]
* [acorn offerings](acorn_offerings.md) - Show infrastructure offerings
* [acorn port-forward](acorn_port-forward.md) - Forward a container port locally
* [acorn project](acorn_project.md) - Manage projects
* [acorn ps](acorn_ps.md) - List or get apps
* [acorn pull](acorn_pull.md) - Pull an image from a remote registry
* [acorn push](acorn_push.md) - Push an image to a remote registry
* [acorn render](acorn_render.md) - Evaluate and display an Acornfile with args
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_all.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ acorn all
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/100-reference/01-command-line/acorn_app.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!-- This is a manually added redirect, since we changed the primary name of `acorn app` to `acorn ps`, but left `acorn app`
as an alias. This was not auto-generated. -->
import {Redirect} from "@docusaurus/router";

<Redirect to="./acorn_ps"/>
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ acorn build .
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ acorn check
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ acorn containers
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ acorn container kill app-name.containername-generated-hash

```
-a, --all Include stopped containers
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ acorn copy [flags] SOURCE DESTINATION
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn credential
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ acorn login ghcr.io
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ acorn logout ghcr.io
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ acorn dev --name wandering-sound <IMAGE>
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ acorn events [flags] [PREFIX]
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_exec.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ acorn exec [flags] APP_NAME|CONTAINER_NAME CMD
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_fmt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ acorn fmt [flags] [ACORNFILE]
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ acorn images
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ acorn image copy [flags] SOURCE DESTINATION
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ acorn image details my-image
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_image_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ acorn image rm my-image
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ acorn info [flags]
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ acorn install
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ acorn login ghcr.io
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ acorn logout ghcr.io
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ acorn logs [flags] [APP_NAME|CONTAINER_REPLICA_NAME]
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_offerings.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn offerings
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn computeclasses
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn offering regions
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn offering volumeclasses
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ acorn port-forward [flags] APP_NAME|CONTAINER_NAME PORT
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn project
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ acorn project create acorn.io/username/new-project
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ acorn project rm my-project
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ acorn project update my-project
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ acorn project use acorn.io/my-user/acorn
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
---
title: "acorn app"
title: "acorn ps"
---
## acorn app
## acorn ps

List or get apps

```
acorn app [flags] [APP_NAME...]
acorn ps [flags] [APP_NAME...]
```

### Examples

```
acorn app
acorn ps
```

### Options

```
-a, --all Include stopped apps
-h, --help help for app
-A, --all-projects Include all projects in same Acorn instance as the current default project
-h, --help help for ps
-o, --output string Output format (json, yaml, {{gotemplate}})
-q, --quiet Output only names
```

### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ acorn pull [flags] IMAGE
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ acorn push [flags] IMAGE
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_render.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ acorn render [flags] DIRECTORY [acorn args]
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ acorn rm -t volume,container APP_NAME
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ acorn run [flags] IMAGE|DIRECTORY [acorn args]
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
1 change: 0 additions & 1 deletion docs/docs/100-reference/01-command-line/acorn_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn secret
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ acorn secret create --data @key-name=secret.yaml my-secret
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ acorn secret encrypt [flags] STRING
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ acorn secret
### Options inherited from parent commands

```
-A, --all-projects Use all known projects
--debug Enable debug logging
--debug-level int Debug log level (valid 0-9) (default 7)
--kubeconfig string Explicitly use kubeconfig file, overriding current project
Expand Down

0 comments on commit 833dcb4

Please sign in to comment.