{"version":"0.0.14","commands":{"bootstrap":{"id":"bootstrap","description":"Will create CyclicAppManagementStack stack in your AWS account.","pluginName":"cyclic-cli","pluginType":"core","aliases":[],"examples":["$ cyclic bootstrap --profile $PROFILE\n* Checking AWS account for bootstrapping\n* Creating CfN stack: CyclicAppManagementStack\n* Provisioning ...\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"profile":{"name":"profile","type":"option","char":"p","description":"aws credential profile (defaults to default)"}},"args":[]},"init-app":{"id":"init-app","description":"Will initialize the an application in the AWS account you are credentialed against.","pluginName":"cyclic-cli","pluginType":"core","aliases":[],"examples":["$ cyclic init-app --name $APP_NAME --profile $PROFILE\n* Checking AWS account for bootstrapping\n* Checking AWS account for required roles\n* Creating Cyclic App: $APP_NAME\n* Provisioning AWS pipeline resources\n"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"application name (defaults to random words)"},"profile":{"name":"profile","type":"option","char":"p","description":"aws credential profile (defaults to default)"},"api":{"name":"api","type":"option","char":"a","description":"url to base of cyclic api for requests (default https://api.cyclic.sh/v1)"},"debug":{"name":"debug","type":"boolean","char":"d","description":"print debugging output","allowNo":false}},"args":[]},"login":{"id":"login","description":"Will log you into the Cyclic CLI and allow you to make authenticated api calls.","pluginName":"cyclic-cli","pluginType":"core","aliases":[],"examples":["$ cyclic login"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","allowNo":false}},"args":[]},"token":{"id":"token","description":"describe the command here","pluginName":"cyclic-cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"file name and path of auth file"}},"args":[]}}}