-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
196 additions
and
16 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,6 +1,6 @@ | ||
## cozy-stack apps | ||
|
||
Interact with the cozy applications | ||
Interact with the applications | ||
|
||
### Synopsis | ||
|
||
|
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 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 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 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## cozy-stack config decrypt-creds | ||
|
||
Decrypt the given credentials cipher text with the specified decryption keyfile. | ||
|
||
### Synopsis | ||
|
||
Decrypt the given credentials cipher text with the specified decryption keyfile. | ||
|
||
``` | ||
cozy-stack config decrypt-creds [keyfile] [ciphertext] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for decrypt-creds | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--admin-host string administration server host (default "localhost") | ||
--admin-port int administration server port (default 6060) | ||
--client-use-https if set the client will use https to communicate with the server | ||
-c, --config string configuration file (default "$HOME/.cozy.yaml") | ||
--host string server host (default "localhost") | ||
-p, --port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cozy-stack config](cozy-stack_config.md) - Show and manage configuration elements | ||
|
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## cozy-stack instances token-konnector | ||
|
||
Generate a new konnector token | ||
|
||
### Synopsis | ||
|
||
Generate a new konnector token | ||
|
||
``` | ||
cozy-stack instances token-konnector [domain] [slug] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for token-konnector | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--admin-host string administration server host (default "localhost") | ||
--admin-port int administration server port (default 6060) | ||
--client-use-https if set the client will use https to communicate with the server | ||
-c, --config string configuration file (default "$HOME/.cozy.yaml") | ||
--host string server host (default "localhost") | ||
-p, --port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cozy-stack instances](cozy-stack_instances.md) - Manage instances of a stack | ||
|
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,6 +1,6 @@ | ||
## cozy-stack konnectors | ||
|
||
Interact with the cozy applications | ||
Interact with the konnectors | ||
|
||
### Synopsis | ||
|
||
|
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 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 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 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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## cozy-stack triggers | ||
|
||
Interact with the triggers | ||
|
||
### Synopsis | ||
|
||
|
||
cozy-stack apps allows to interact with the cozy triggers. | ||
|
||
It provides command to run a specific trigger. | ||
|
||
|
||
``` | ||
cozy-stack triggers [command] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for triggers | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--admin-host string administration server host (default "localhost") | ||
--admin-port int administration server port (default 6060) | ||
--client-use-https if set the client will use https to communicate with the server | ||
-c, --config string configuration file (default "$HOME/.cozy.yaml") | ||
--host string server host (default "localhost") | ||
-p, --port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cozy-stack](cozy-stack.md) - cozy-stack is the main command | ||
* [cozy-stack triggers launch](cozy-stack_triggers_launch.md) - Creates a job from a specific trigger | ||
* [cozy-stack triggers show-from-app](cozy-stack_triggers_show-from-app.md) - Show the application triggers | ||
|
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
## cozy-stack triggers launch | ||
|
||
Creates a job from a specific trigger | ||
|
||
### Synopsis | ||
|
||
Creates a job from a specific trigger | ||
|
||
``` | ||
cozy-stack triggers launch [triggerId] [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
$ cozy-stack triggers launch --domain cozy.tools:8080 748f42b65aca8c99ec2492eb660d1891 | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for launch | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--admin-host string administration server host (default "localhost") | ||
--admin-port int administration server port (default 6060) | ||
--client-use-https if set the client will use https to communicate with the server | ||
-c, --config string configuration file (default "$HOME/.cozy.yaml") | ||
--host string server host (default "localhost") | ||
-p, --port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cozy-stack triggers](cozy-stack_triggers.md) - Interact with the triggers | ||
|
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## cozy-stack triggers show-from-app | ||
|
||
Show the application triggers | ||
|
||
### Synopsis | ||
|
||
Show the application triggers | ||
|
||
``` | ||
cozy-stack triggers show-from-app [slug] [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for show-from-app | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--admin-host string administration server host (default "localhost") | ||
--admin-port int administration server port (default 6060) | ||
--client-use-https if set the client will use https to communicate with the server | ||
-c, --config string configuration file (default "$HOME/.cozy.yaml") | ||
--host string server host (default "localhost") | ||
-p, --port int server port (default 8080) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [cozy-stack triggers](cozy-stack_triggers.md) - Interact with the triggers | ||
|