-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from npamudika/master
Add login and logout commands to the README inside the tool
- Loading branch information
Showing
11 changed files
with
186 additions
and
13 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
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,38 @@ | ||
## apictl install wso2am-operator | ||
|
||
Install WSO2AM Operator | ||
|
||
### Synopsis | ||
|
||
Install WSO2AM Operator in the configured K8s cluster | ||
|
||
``` | ||
apictl install wso2am-operator [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
apictl install wso2am-operator | ||
apictl install wso2am-operator -f path/to/operator/configs | ||
apictl install wso2am-operator -f path/to/operator/config/file.yaml | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --from-file string Path to wso2am-operator directory | ||
-h, --help help for wso2am-operator | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-k, --insecure Allow connections to SSL endpoints without certs | ||
--verbose Enable verbose mode | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [apictl install](apictl_install.md) - Install an operator | ||
|
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
37 changes: 37 additions & 0 deletions
37
import-export-cli/docs/apictl_uninstall_wso2am-operator.md
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,37 @@ | ||
## apictl uninstall wso2am-operator | ||
|
||
Uninstall WSO2AM Operator | ||
|
||
### Synopsis | ||
|
||
Uninstall WSO2AM Operator in the configured K8s cluster | ||
|
||
``` | ||
apictl uninstall wso2am-operator [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
apictl uninstall wso2am-operator | ||
apictl uninstall wso2am-operator --force | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--force Force uninstall WSO2AM Operator | ||
-h, --help help for wso2am-operator | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
-k, --insecure Allow connections to SSL endpoints without certs | ||
--verbose Enable verbose mode | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [apictl uninstall](apictl_uninstall.md) - Uninstall an operator | ||
|
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