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

Commit

Permalink
Update Documentation on Output Flag
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed Apr 16, 2020
1 parent fe86622 commit b4f06fa
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func init() {
// this can be used to pass project alias to sub commands, incase having
// multiple projects
rootCmd.PersistentFlags().StringP("project", "P", "default", "The firebase project to use")
rootCmd.PersistentFlags().StringP("output", "o", "", "A file where data from firebase will be saved.")
rootCmd.PersistentFlags().StringP("output", "o", "", "The format in which data will be outputted in [text, json, yaml]")
rootCmd.Flags().BoolP("toggle", "t", false, "Help message for toggle")
}

Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ which is always a trick preposition.
```
--config string config file (default is $HOME/.kamanda/config.json)
-h, --help help for kamanda
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
-t, --toggle Help message for toggle
--token string firebase token to use for authentication
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Perform Firebase Auth Operations

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_addUser.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ kamanda auth addUser --email [email protected] --password 1234 --custom-claims "

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_addUsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kamanda auth add-users --src users.json --extension json

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_customClaims.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kamanda auth custom-claims [uid1] [uid2] --customClaims "key1:value1" --customCl

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_deleteUsers.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kamanda auth deleteUsers [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_find.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kamanda auth find [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_find_byEmail.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kamanda auth find byEmail [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_find_byPhone.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kamanda auth find byPhone [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_auth_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kamanda auth users [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_docsGen.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kamanda docsGen [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kamanda login [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_login:ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kamanda login:ci [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kamanda logout [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down
2 changes: 1 addition & 1 deletion docs/kamanda_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ kamanda version [flags]

```
--config string config file (default is $HOME/.kamanda/config.json)
-o, --output string A file where data from firebase will be saved.
-o, --output string The format in which data will be outputted in [text, json, yaml]
-P, --project string The firebase project to use (default "default")
--token string firebase token to use for authentication
```
Expand Down

0 comments on commit b4f06fa

Please sign in to comment.